OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSamplingIntervalMs
(Results
1 - 6
of
6
) sorted by null
/external/v8/test/cctest/
test-profile-generator.cc
642
const double
kSamplingIntervalMs
= i::Logger::
kSamplingIntervalMs
;
648
CHECK_EQ(
kSamplingIntervalMs
, calc1.ticks_per_ms());
650
CHECK_EQ(
kSamplingIntervalMs
, calc1.ticks_per_ms());
653
CHECK_EQ(
kSamplingIntervalMs
, calc1.ticks_per_ms());
656
CHECK_EQ(
kSamplingIntervalMs
, calc1.ticks_per_ms());
659
CHECK_EQ(
kSamplingIntervalMs
, calc1.ticks_per_ms());
663
CHECK_EQ(
kSamplingIntervalMs
, calc2.ticks_per_ms());
665
CHECK_EQ(
kSamplingIntervalMs
, calc2.ticks_per_ms());
669
CHECK_EQ(
kSamplingIntervalMs
* 1.5, calc2.ticks_per_ms())
[
all
...]
/external/v8/src/
log.h
300
static const int
kSamplingIntervalMs
= 5;
302
static const int
kSamplingIntervalMs
= 1;
profile-generator.h
358
: result_(Logger::
kSamplingIntervalMs
* kResultScale),
359
ticks_per_ms_(Logger::
kSamplingIntervalMs
),
[
all
...]
log.cc
554
msg.Append("profiler,\"begin\",%d\n",
kSamplingIntervalMs
);
[
all
...]
/external/chromium_org/v8/src/
log.h
374
static const int
kSamplingIntervalMs
= 5;
376
static const int
kSamplingIntervalMs
= 1;
log.cc
973
msg.Append("profiler,\"begin\",%d\n",
kSamplingIntervalMs
);
[
all
...]
Completed in 155 milliseconds