On 23/09/02 6:15 AM, Christian Brabandt wrote:
patch 9.0.1842: Need more accurate profiling
Commit:https://github.com/vim/vim/commit/21d3212361f687704acb52cad7c1b9228e7c83f0
Author: Ernie Rael<[email protected]>
Date: Sat Sep 2 15:09:18 2023 +0200
patch 9.0.1842: Need more accurate profiling
Problem: Need more accurate profiling
Solution: Improve profiling results
closes: #12192
The tables such as
|=== assign micro-prof === 50-100 100-50 200-2 : nLoops-nKeys
(usec/op) 0.036 0.040 0.039 : var local = n_value ###-A 0.037 0.035
0.034 : local = C.static_var ###-D 0.059 0.055 0.050 : local =
a_class.this_var ###-G 0.180 0.173 0.170 : local = a_class.Getter()
###-J|
Are produced by vim9script import and shell/gawk scripts found at
https://github.com/errael/vim-microprof
The docs are minimal. If there is interest, the docs can be expanded.
Otherwise it's there as is.
-ernie
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/6aa825db-71b3-c56d-11e8-f64b4afc3251%40raelity.com.