javascript - Calculate total time based on a .cpuprofile file -


i created javascript cpu profile chrome , saved .cpuprofile file. using file, want calculate "total time" each node in profile (as can seen in chrome profiler when load file.)

i found out how calculate "self time" here. know how extend "total time"?

i looking bottom profile times. interested, have created npm package called cpuprofile calculates necessary times.


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -