From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Maxim Kokryashkin <max.kokryashkin@gmail.com>,
tarantool-patches@dev.tarantool.org, skaplun@tarantool.org
Subject: Re: [Tarantool-patches] [PATCH luajit v2 4/6] memprof: remove unused arguments
Date: Tue, 19 Dec 2023 17:01:41 +0300 [thread overview]
Message-ID: <895df27c-4553-4914-a717-3e23d8a1b973@tarantool.org> (raw)
In-Reply-To: <d45a8218727a047d5c09af716ea2426a755e11b4.1701888856.git.m.kokryashkin@tarantool.org>
Hello, Max
thanks for the patch! LGTM
On 12/6/23 21:55, Maxim Kokryashkin wrote:
> Both `humanize.profile_info` and `process.form_heap_delta`
> don't need the symtab, so the argument can be dropped.
>
> Part of tarantool/tarantool#5994
> ---
> tools/memprof.lua | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/memprof.lua b/tools/memprof.lua
> index e23bbf24..955a1327 100644
> --- a/tools/memprof.lua
> +++ b/tools/memprof.lua
> @@ -102,9 +102,9 @@ local function dump(inputfile)
> local symbols = symtab.parse(reader)
> local events = memprof.parse(reader, symbols)
> if not leak_only then
> - view.profile_info(events, symbols)
> + view.profile_info(events)
> end
> - local dheap = process.form_heap_delta(events, symbols)
> + local dheap = process.form_heap_delta(events)
> view.leak_info(dheap)
> view.aliases(symbols)
> -- XXX: The second argument is required to properly close Lua
next prev parent reply other threads:[~2023-12-19 14:01 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 18:55 [Tarantool-patches] [PATCH luajit v2 0/6] profilers: refactor parsers Maxim Kokryashkin via Tarantool-patches
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 1/6] build: purge sysprof.collapse module Maxim Kokryashkin via Tarantool-patches
2023-12-12 10:18 ` Sergey Kaplun via Tarantool-patches
2023-12-19 12:20 ` Sergey Bronnikov via Tarantool-patches
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 2/6] build: fix tool components handling Maxim Kokryashkin via Tarantool-patches
2023-12-12 10:32 ` Sergey Kaplun via Tarantool-patches
2023-12-12 12:53 ` Maxim Kokryashkin via Tarantool-patches
2023-12-12 12:51 ` Sergey Kaplun via Tarantool-patches
2023-12-19 13:56 ` Sergey Bronnikov via Tarantool-patches
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 3/6] memprof: refactor `heap_chunk` data structure Maxim Kokryashkin via Tarantool-patches
2023-12-12 10:34 ` Sergey Kaplun via Tarantool-patches
2023-12-19 14:00 ` Sergey Bronnikov via Tarantool-patches
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 4/6] memprof: remove unused arguments Maxim Kokryashkin via Tarantool-patches
2023-12-12 10:44 ` Sergey Kaplun via Tarantool-patches
2023-12-19 14:01 ` Sergey Bronnikov via Tarantool-patches [this message]
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 5/6] memprof: introduce the `--human-readable` option Maxim Kokryashkin via Tarantool-patches
2023-12-12 10:54 ` Sergey Kaplun via Tarantool-patches
2023-12-20 12:24 ` Sergey Bronnikov via Tarantool-patches
2023-12-06 18:55 ` [Tarantool-patches] [PATCH luajit v2 6/6] profilers: print user-friendly errors Maxim Kokryashkin via Tarantool-patches
2023-12-12 11:51 ` Sergey Kaplun via Tarantool-patches
2023-12-12 12:54 ` Maxim Kokryashkin via Tarantool-patches
2023-12-12 12:54 ` Sergey Kaplun via Tarantool-patches
2023-12-29 12:27 ` Sergey Bronnikov via Tarantool-patches
2024-01-09 13:54 ` Maxim Kokryashkin via Tarantool-patches
2024-01-16 9:48 ` Sergey Bronnikov via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=895df27c-4553-4914-a717-3e23d8a1b973@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=max.kokryashkin@gmail.com \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v2 4/6] memprof: remove unused arguments' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox