Home
last modified time | relevance | path

Searched refs:PrintTicks (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dll_prof.py971 def PrintTicks(number, total, description): function
982 PrintTicks(really_missed_ticks, ticks, unaccounted)
983 PrintTicks(optimized_ticks, ticks, "ticks in optimized code")
984 PrintTicks(generated_ticks, ticks, "ticks in other lazily compiled code")
985 PrintTicks(v8_internal_ticks, ticks, "ticks in v8::internal::*")

Completed in 2 milliseconds