Searched refs:period_end (Results 1 – 8 of 8) sorted by relevance
/external/cronet/base/profiler/ |
D | sample_metadata.cc | 76 TimeTicks period_end, in ApplyMetadataToPastSamplesImpl() argument 82 period_start, period_end, name_hash, key, value, thread_id); in ApplyMetadataToPastSamplesImpl() 86 TimeTicks period_end, in ApplyMetadataToPastSamples() argument 91 period_start, period_end, HashMetricName(name), absl::nullopt, value, in ApplyMetadataToPastSamples() 96 TimeTicks period_end, in ApplyMetadataToPastSamples() argument 101 return ApplyMetadataToPastSamplesImpl(period_start, period_end, in ApplyMetadataToPastSamples()
|
D | stack_sampling_profiler.cc | 181 base::TimeTicks period_end, 247 base::TimeTicks period_end, 419 base::TimeTicks period_end, in ApplyMetadataToPastSamples() argument 431 Unretained(this), period_start, period_end, name_hash, in ApplyMetadataToPastSamples() 604 base::TimeTicks period_end, in ApplyMetadataToPastSamplesTask() argument 615 period_start, period_end, item); in ApplyMetadataToPastSamplesTask() 939 base::TimeTicks period_end, in ApplyMetadataToPastSamples() argument 945 period_start, period_end, name_hash, key, value, thread_id); in ApplyMetadataToPastSamples()
|
D | sample_metadata.h | 155 TimeTicks period_end, 160 TimeTicks period_end,
|
D | stack_sampling_profiler.h | 181 TimeTicks period_end, 196 TimeTicks period_end,
|
D | profile_builder.h | 52 TimeTicks period_end, in ApplyMetadataRetrospectively() argument
|
D | stack_sampling_profiler_unittest.cc | 78 TimeTicks period_end; member 125 TimeTicks period_end, 169 TimeTicks period_end, in ApplyMetadataRetrospectively() argument 172 RetrospectiveMetadata{period_start, period_end, item}); in ApplyMetadataRetrospectively() 1545 EXPECT_EQ(sample_times[3], metadata1.period_end); in PROFILER_TEST_F() 1552 EXPECT_EQ(sample_times[4], metadata2.period_end); in PROFILER_TEST_F()
|
/external/cronet/components/metrics/ |
D | call_stack_profile_builder.cc | 103 base::TimeTicks period_end, in ApplyMetadataRetrospectively() argument 105 DCHECK_LE(period_start, period_end); in ApplyMetadataRetrospectively() 106 DCHECK_LE(period_end, base::TimeTicks::Now()); in ApplyMetadataRetrospectively() 128 period_end) - in ApplyMetadataRetrospectively()
|
D | call_stack_profile_builder.h | 81 base::TimeTicks period_end,
|