]> git.kaiwu.me - njs.git/commit
Shell: simplified console.time()/timeEnd() pair.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Sep 2023 19:40:53 +0000 (12:40 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Sep 2023 19:40:53 +0000 (12:40 -0700)
commit16144ce651d7ebb81c48403733ffa451a0a18590
tree23f71094c0718b71d29e99beee1ee14a653da17c
parent6c0698b551560f6bfe130607a2b031c4c8fe5424
Shell: simplified console.time()/timeEnd() pair.

Using a queue instead of a hash here because we assume that the
number of profile timers will be low.
external/njs_shell.c
test/shell_test.exp