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

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 281 // See subclasses below, SamplingCounter, GlobalSamplingCounter and DeletableSamplingCounter.
323 // SamplingCounter:
334 // static SamplingCounter countMe("This is my counter. There are many like it, but this one is mine.");
339 class SamplingCounter : public AbstractSamplingCounter {
341 SamplingCounter(const char* name) { init(name); }
381 // The above classes (SamplingCounter, GlobalSamplingCounter), are intended for
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 468 public static class SamplingCounter extends Counter {
470 SamplingCounter(ArrayList<Unpluggable> unpluggables, Parcel in) {
474 SamplingCounter(ArrayList<Unpluggable> unpluggables) {
    [all...]

Completed in 136 milliseconds