Home
last modified time | relevance | path

Searched refs:thread_time (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/test/trace_processor/diff_tests/track_event/
Dtrack_event_counters_counters.out2 "thread_time","[NULL]","t1","Browser","ns",1000,1000000.000000
3 "thread_time","[NULL]","t1","Browser","ns",1100,1010000.000000
4 "thread_time","[NULL]","t1","Browser","ns",2000,2000000.000000
5 "thread_time","[NULL]","t1","Browser","ns",2000,2010000.000000
6 "thread_time","[NULL]","t1","Browser","ns",2200,2020000.000000
7 "thread_time","[NULL]","t1","Browser","ns",2200,2030000.000000
10 "thread_time","[NULL]","t1","Browser","ns",4000,2040000.000000
12 "thread_time","[NULL]","t4","Browser","[NULL]",4000,10000.000000
14 "thread_time","[NULL]","t4","Browser","[NULL]",4100,15000.000000
/external/libchrome/base/threading/
Dthread_perftest.cc90 base::TimeDelta thread_time; in RunPingPongTest() local
93 thread_time += ThreadNow(*threads_.back()) - thread_starts.back(); in RunPingPongTest()
103 double us_per_task_cpu = thread_time.InMicroseconds() / num_runs; in RunPingPongTest()
/external/cronet/base/threading/
Dthread_perftest.cc111 base::TimeDelta thread_time; in RunPingPongTest() local
114 thread_time += ThreadNow(*threads_.back()) - thread_starts.back(); in RunPingPongTest()
123 double us_per_task_cpu = thread_time.InMicrosecondsF() / kNumRuns; in RunPingPongTest()
/external/perfetto/protos/perfetto/config/track_event/
Dtrack_event_config.proto89 // included in thread_time.
/external/python/cpython3/Lib/test/
Dtest_time.py86 check_ns(time.thread_time(),
500 start = time.thread_time()
502 stop = time.thread_time()
/external/cronet/base/process/
Dprocess_metrics_linux.cc192 TimeDelta thread_time = internal::ClockTicksToTimeDelta( in GetCumulativeCPUUsagePerThread() local
194 cpu_per_thread.emplace_back(tid, thread_time); in GetCumulativeCPUUsagePerThread()
/external/python/cpython3/Doc/library/
Dtime.rst230 * ``'thread_time'``: :func:`time.thread_time`
624 .. function:: thread_time() -> float
648 Similar to :func:`thread_time` but return time as nanoseconds.
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto314 oneof thread_time { oneof
331 // Same encoding as |thread_time| field above.
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc1178 int64_t thread_time; in TEST_P() member
1187 auto thread_time = packet.track_event().extra_counter_values()[0]; in TEST_P() local
1189 thread_time}; in TEST_P()
1200 EXPECT_GT(event_map.at("Event2").thread_time, min_delta); in TEST_P()
1201 EXPECT_GT(event_map.at("Event3").thread_time, min_delta); in TEST_P()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst642 On AIX, :func:`~time.thread_time` is now implemented with
D3.10.0a2.rst239 On Solaris, :func:`~time.thread_time` is now implemented with
D3.10.0a7.rst748 :func:`time.thread_time` can be compared with the result from any following
D3.7.0a3.rst561 Add time.thread_time() and time.thread_time_ns()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst689 On AIX, :func:`~time.thread_time` is now implemented with ``thread_cputime()``
D3.7.rst1465 The new :func:`time.thread_time` and :func:`time.thread_time_ns` functions
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto2544 // included in thread_time.
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2544 // included in thread_time.
10155 oneof thread_time { oneof
10172 // Same encoding as |thread_time| field above.