OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddHistogramSample
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
counters.cc
83
AddHistogramSample
(histogram_, milliseconds);
counters.h
50
// a histogram for passing to the
AddHistogramSample
function
77
// returns a non-NULL pointer for use with
AddHistogramSample
91
void
AddHistogramSample
(void* histogram, int sample) {
d8.h
129
static void
AddHistogramSample
(void* histogram, int sample);
d8.cc
351
V8::SetAddHistogramSampleFunction(
AddHistogramSample
);
401
void Shell::
AddHistogramSample
(void* histogram, int sample) {
415
V8::SetAddHistogramSampleFunction(
AddHistogramSample
);
compilation-cache.cc
208
isolate()->stats_table()->
AddHistogramSample
(script_histogram_, generation);
Completed in 36 milliseconds