OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateHistogram
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/src/
counters.cc
54
void* Histogram::
CreateHistogram
() const {
56
CreateHistogram
(name_, min_, max_, num_buckets_);
counters.h
56
// to a histogram created with
CreateHistogram
function
81
void*
CreateHistogram
(const char* name,
89
// Add a sample to a histogram created with the
CreateHistogram
220
histogram_ =
CreateHistogram
();
229
void*
CreateHistogram
() const;
d8.cc
716
V8::SetCreateHistogramFunction(
CreateHistogram
);
759
void* Shell::
CreateHistogram
(const char* name,
935
V8::SetCreateHistogramFunction(
CreateHistogram
);
[
all
...]
/external/v8/src/
counters.cc
88
void* HistogramTimer::
CreateHistogram
() const {
90
CreateHistogram
(name_, 0, 10000, 50);
counters.h
56
// to a histogram created with
CreateHistogram
function
81
void*
CreateHistogram
(const char* name,
89
// Add a sample to a histogram created with the
CreateHistogram
228
histogram_ =
CreateHistogram
();
234
void*
CreateHistogram
() const;
d8.cc
667
V8::SetCreateHistogramFunction(
CreateHistogram
);
710
void* Shell::
CreateHistogram
(const char* name,
876
V8::SetCreateHistogramFunction(
CreateHistogram
);
[
all
...]
/external/chromium_org/base/metrics/
statistics_recorder_unittest.cc
37
Histogram*
CreateHistogram
(const std::string& name,
66
Histogram* histogram =
CreateHistogram
("TestHistogram", 1, 1000, 10);
123
Histogram* histogram =
CreateHistogram
("TestHistogram", 1, 1000, 10);
/art/runtime/base/
histogram-inl.h
173
template <class Value> inline void Histogram<Value>::
CreateHistogram
(CumulativeData& out_data) {
/external/chromium_org/content/renderer/
render_thread_impl.cc
211
void*
CreateHistogram
(
287
v8::V8::SetCreateHistogramFunction(
CreateHistogram
);
314
v8::V8::SetCreateHistogramFunction(
CreateHistogram
);
[
all
...]
Completed in 403 milliseconds