OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_time_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py
61
def
thread_time_bounds
(self):
member in class:TimelineModel
86
self.
thread_time_bounds
.max)
trace_event_importer_unittest.py
258
self.assertAlmostEqual(0.000, m.
thread_time_bounds
.min)
259
self.assertAlmostEqual(0.003, m.
thread_time_bounds
.max)
[
all
...]
Completed in 52 milliseconds