Home
last modified time | relevance | path

Searched refs:period_end (Results 1 – 8 of 8) sorted by relevance

/external/cronet/base/profiler/
Dsample_metadata.cc76 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()
Dstack_sampling_profiler.cc181 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()
Dsample_metadata.h155 TimeTicks period_end,
160 TimeTicks period_end,
Dstack_sampling_profiler.h181 TimeTicks period_end,
196 TimeTicks period_end,
Dprofile_builder.h52 TimeTicks period_end, in ApplyMetadataRetrospectively() argument
Dstack_sampling_profiler_unittest.cc78 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/
Dcall_stack_profile_builder.cc103 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()
Dcall_stack_profile_builder.h81 base::TimeTicks period_end,