OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_time
(Results
1 - 5
of
5
) sorted by null
/external/v8/tools/
process-heap-prof.py
52
sample_time
= 0.0
66
sample_time
= float(row[3])/1000.0
68
first_call_time =
sample_time
69
sample_time
-= first_call_time
70
print('BEGIN_SAMPLE %.2f' %
sample_time
)
73
print('END_SAMPLE %.2f' %
sample_time
)
ll_prof.py
878
sample_time
= 0
931
sample_time
+= time.time() - start
948
print "%9.2fs tick processing time" %
sample_time
/external/linux-tools-perf/
builtin-record.c
65
static bool
sample_time
= false;
variable
209
(
sample_time
|| system_wide || !no_inherit || cpu_list))
292
if (!
sample_time
&& !raw_samples && !time_needed)
792
OPT_BOOLEAN('T', "timestamp", &
sample_time
, "Sample timestamps"),
/frameworks/av/media/libstagefright/
SampleTable.cpp
659
uint32_t
sample_time
= mSampleIterator->getSampleTime();
local
674
if (abs_difference(x_time,
sample_time
)
675
> abs_difference(y_time,
sample_time
)) {
/external/linux-tools-perf/util/
python.c
45
sample_member_def(
sample_time
, time, T_ULONGLONG, "event timestamp"), \
833
{ "
SAMPLE_TIME
", PERF_SAMPLE_TIME },
Completed in 3374 milliseconds