From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tarantool-patches@dev.tarantool.org, Sergey Kaplun <skaplun@tarantool.org>, sergos@tarantool.org Subject: [Tarantool-patches] [PATCH luajit 3/8][v3] sysprof: fix typo in the comment Date: Thu, 20 Feb 2025 14:21:46 +0300 [thread overview] Message-ID: <606560b2bb6b224dc715da93039b6d1f03ee2c6d.1740050074.git.sergeyb@tarantool.org> (raw) In-Reply-To: <cover.1740050074.git.sergeyb@tarantool.org> The patch fixes inconsistency in comment and source code below the comment. The typo was added in the initial commit 2593a9f83072ca999d5f528e1da481e8ba51d5b8 ("misc: introduce Lua API for new sampling profiler"). Follows up tarantool/tarantool#781 --- src/lib_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_misc.c b/src/lib_misc.c index ca1d1c75..5b7a4b62 100644 --- a/src/lib_misc.c +++ b/src/lib_misc.c @@ -161,7 +161,7 @@ static int on_stop_cb_default(void *opt, uint8_t *buf) #define LJLIB_MODULE_misc_sysprof -/* The default profiling interval equals to 11 ms. */ +/* The default profiling interval equals to 10 ms. */ #define SYSPROF_DEFAULT_INTERVAL 10 #define SYSPROF_DEFAULT_OUTPUT "sysprof.bin" -- 2.43.0
next prev parent reply other threads:[~2025-02-20 11:23 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-02-20 11:21 [Tarantool-patches] [PATCH luajit 0/8][v3] Fix profilers issues Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 1/8][v3] test: add descriptions to sysprof testcases Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 2/8][v3] test: align test title with test filename Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` Sergey Bronnikov via Tarantool-patches [this message] 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 4/8][v3] sysprof: introduce specific errors and default mode Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 5/8][v3] test: introduce flag LUAJIT_DISABLE_MEMPROF Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 6/8][v3] ci: add workflow with disabled profilers Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 7/8][v3] misc: specific message for " Sergey Bronnikov via Tarantool-patches 2025-02-20 11:21 ` [Tarantool-patches] [PATCH luajit 8/8][v3] memprof: set default path to profiling output file 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=606560b2bb6b224dc715da93039b6d1f03ee2c6d.1740050074.git.sergeyb@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=estetus@gmail.com \ --cc=sergos@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 3/8][v3] sysprof: fix typo in the comment' \ /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