Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit v4 0/3] sysprof: parser refactoring
@ 2023-08-21 10:06 Maksim Kokryashkin via Tarantool-patches
  2023-08-21 10:06 ` [Tarantool-patches] [PATCH luajit v4 1/3] sysprof: remove `split by vmstate` option Maksim Kokryashkin via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Maksim Kokryashkin via Tarantool-patches @ 2023-08-21 10:06 UTC (permalink / raw)
  To: tarantool-patches, imun, skaplun, m.kokryashkin; +Cc: Maksim Kokryashkin

Changes in v4:
- Fixed comments as per review by Igor
- Dropped the AVL-tree changes, since the memprof still requires
  generations to function properly. The AVL-tree will be updated after
  the memprof's parser refactoring.

PR: https://github.com/tarantool/tarantool/pull/8703
Branch: https://github.com/tarantool/luajit/tree/fckxorg/gh-8700-sysprof-parser-refactoring

Maxim Kokryashkin (3):
  sysprof: remove `split by vmstate` option
  tools: add execution permission to sysprof parser
  sysprof: improve parser's memory footprint

 tools/CMakeLists.txt          |   4 ++
 tools/luajit-parse-sysprof.in |   0
 tools/sysprof.lua             |  28 +-------
 tools/sysprof/collapse.lua    | 127 +---------------------------------
 tools/sysprof/parse.lua       | 125 +++++++++++++++++++++++----------
 5 files changed, 100 insertions(+), 184 deletions(-)
 mode change 100644 => 100755 tools/luajit-parse-sysprof.in

--
2.39.2 (Apple Git-143)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-31 15:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21 10:06 [Tarantool-patches] [PATCH luajit v4 0/3] sysprof: parser refactoring Maksim Kokryashkin via Tarantool-patches
2023-08-21 10:06 ` [Tarantool-patches] [PATCH luajit v4 1/3] sysprof: remove `split by vmstate` option Maksim Kokryashkin via Tarantool-patches
2023-08-21 13:05   ` Igor Munkin via Tarantool-patches
2023-08-21 13:37     ` Maxim Kokryashkin via Tarantool-patches
2023-08-21 10:06 ` [Tarantool-patches] [PATCH luajit v4 2/3] tools: add execution permission to sysprof parser Maksim Kokryashkin via Tarantool-patches
2023-08-21 10:06 ` [Tarantool-patches] [PATCH luajit v4 3/3] sysprof: improve parser's memory footprint Maksim Kokryashkin via Tarantool-patches
2023-08-21 13:05   ` Igor Munkin via Tarantool-patches
2023-08-31 15:17 ` [Tarantool-patches] [PATCH luajit v4 0/3] sysprof: parser refactoring Igor Munkin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox