OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddSample
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
counters.cc
48
void Histogram::
AddSample
(int sample) {
75
AddSample
(static_cast<int>(timer_.Elapsed().InMilliseconds()));
runtime-profiler.cc
215
void RuntimeProfiler::
AddSample
(JSFunction* function, int weight) {
376
AddSample
(samples[i], kSamplerFrameWeight[i]);
d8.cc
685
void Counter::
AddSample
(int32_t sample) {
769
counter->
AddSample
(sample);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h
62
void
AddSample
(T sample) {
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
thread.py
75
def
AddSample
(self, category, name, timestamp, args=None):
/external/chromium_org/ui/gfx/
color_analysis_unittest.cc
103
void
AddSample
(int sample) {
166
test_sampler.
AddSample
(0);
182
test_sampler.
AddSample
(0);
183
test_sampler.
AddSample
(1);
184
test_sampler.
AddSample
(2);
200
test_sampler.
AddSample
(0);
201
test_sampler.
AddSample
(1);
202
test_sampler.
AddSample
(2);
/external/v8/src/
runtime-profiler.cc
225
void RuntimeProfiler::
AddSample
(JSFunction* function, int weight) {
352
AddSample
(samples[i], kSamplerFrameWeight[i]);
d8.cc
636
void Counter::
AddSample
(int32_t sample) {
720
counter->
AddSample
(sample);
[
all
...]
Completed in 290 milliseconds