MCPcopy Index your code
hub / github.com/nodejs/node / PrintTicks

Function PrintTicks

deps/v8/tools/profiling/ll_prof.py:987–989  ·  view source on GitHub ↗
(number, total, description)

Source from the content-addressed store, hash-verified

985
986 if not options.quiet:
987 def PrintTicks(number, total, description):
988 print("%10d %5.1f%% ticks in %s" %
989 (number, 100.0*number/total, description))
990 print()
991 print("Stats:")
992 print("%10d total trace events" % events)

Callers 1

ll_prof.pyFile · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…