Searched defs:SetTickRatePerMs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dprofile-generator.cc301 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) { function in class:v8::internal::ProfileTree
398 top_down_.SetTickRatePerMs(rate);
/external/v8/src/
H A Dprofile-generator.cc380 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) { function in class:v8::internal::ProfileTree
467 top_down_.SetTickRatePerMs(actual_sampling_rate);
468 bottom_up_.SetTickRatePerMs(actual_sampling_rate);

Completed in 52 milliseconds