OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddSample
(Results
26 - 29
of
29
) sorted by null
1
2
/external/chromium_org/v8/src/
d8.h
31
void
AddSample
(int32_t sample);
counters.h
186
void
AddSample
(int sample);
d8.cc
698
void Counter::
AddSample
(int32_t sample) {
782
counter->
AddSample
(sample);
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/timeline/
trace_event_importer.py
233
thread.
AddSample
(event['cat'],
Completed in 255 milliseconds
1
2