HomeSort by relevance Sort by last modified time
    Searched refs:SamplingCounter (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.h 279 // See subclasses below, SamplingCounter, GlobalSamplingCounter and DeletableSamplingCounter.
320 // SamplingCounter:
331 // static SamplingCounter countMe("This is my counter. There are many like it, but this one is mine.");
336 class SamplingCounter : public AbstractSamplingCounter {
338 SamplingCounter(const char* name) { init(name); }
378 // The above classes (SamplingCounter, GlobalSamplingCounter), are intended for
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 420 public static class SamplingCounter extends Counter {
422 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) {
426 SamplingCounter(ArrayList<Unpluggable> unpluggables) {
    [all...]

Completed in 41 milliseconds