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

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 236 auto Timers = getTimers();
    [all...]
IceGlobalContext.h 475 // Managed by getTimers()
543 LockedPtr<TimerList> getTimers() {
  /cts/tests/tests/os/src/android/os/health/cts/
HealthStatsTest.java 125 final Map<String,TimerStat> timers = readback.getTimers(TIMERS_0);
  /external/opencensus-java/contrib/dropwizard/src/main/java/io/opencensus/contrib/dropwizard/
DropWizardMetrics.java 262 for (Entry<String, Timer> counterEntry : metricRegistry.getTimers().entrySet()) {

Completed in 97 milliseconds