OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_time
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/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
923
sample_time
= 0
[
all
...]
/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/chromium_org/third_party/libjingle/source/talk/base/
bandwidthsmoother.cc
51
bool BandwidthSmoother::Sample(uint32
sample_time
, int bandwidth) {
68
time_at_last_change_ =
sample_time
;
82
time_at_last_change_ =
sample_time
;
86
} else if (
sample_time
>= time_at_last_change_ + time_between_increase_) {
87
time_at_last_change_ =
sample_time
;
bandwidthsmoother.h
59
bool Sample(uint32
sample_time
, int bandwidth);
/external/chromium_org/sync/engine/
traffic_recorder_unittest.cc
105
base::Time
sample_time
= ProtoTimeToTime(GG_INT64_C(135948467665932));
local
106
std::string expect_time_str = GetTimeDebugString(
sample_time
);
109
recorder.set_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 5999 milliseconds