OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWallTimeQueryIntervalMs
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/cctest/
test-profile-generator.cc
651
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
;
654
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
;
657
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
;
666
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
* 0.5;
670
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
* 0.75;
680
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
* 2;
684
time += SampleRateCalculator::
kWallTimeQueryIntervalMs
* 1.5;
/external/v8/src/
profile-generator.h
372
static const unsigned
kWallTimeQueryIntervalMs
= 100;
[
all
...]
profile-generator.cc
849
(
kWallTimeQueryIntervalMs
* ticks_per_ms_) /
859
static_cast<unsigned>(
kWallTimeQueryIntervalMs
* ticks_per_ms_);
[
all
...]
Completed in 571 milliseconds