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

  /external/bison/lib/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 float wall; member in struct:timevar_time_def
timevar.c 205 now->wall = 0;
213 now->wall = times (&tms) * ticks_to_msec;
248 timer->wall += stop->wall - start->wall;
494 && tv->elapsed.wall < tiny)
515 /* Print wall clock time elapsed. */
516 fprintf (fp, "%7.2f (%2.0f%%) wall",
517 tv->elapsed.wall,
518 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 26 wall-clock time, as appropriate to and supported by the host
61 /* Wall clock time. */
62 double wall; member in struct:timevar_time_def
  /external/chromium_org/third_party/skia/tools/
PictureBenchmark.h 55 void setTimersToShow(bool wall, bool truncatedWall, bool cpu, bool truncatedCpu, bool gpu);
PictureBenchmark.cpp 32 void PictureBenchmark::setTimersToShow(bool wall,
38 fTimerTypes |= wall ? TimerData::kWall_Flag : 0;
  /external/skia/tools/
PictureBenchmark.h 55 void setTimersToShow(bool wall, bool truncatedWall, bool cpu, bool truncatedCpu, bool gpu);
PictureBenchmark.cpp 32 void PictureBenchmark::setTimersToShow(bool wall,
38 fTimerTypes |= wall ? TimerData::kWall_Flag : 0;
  /frameworks/av/services/audioflinger/
FastMixer.cpp 565 // statistics for monotonic (wall clock) time, thread raw CPU load in time, CPU clock frequency,
567 CentralTendencyStatistics wall, loadNs; local
584 wall.sample(wallNs);
603 wall.n() * mixPeriodSec);
604 dprintf(fd, " wall clock time in ms per mix cycle:\n"
606 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6,
607 wall.stddev()*1e-6);
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 164 (relative order in wall-time)
202 # multiplying the overlap wall-time duration of timeline_slice and the
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java     [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 3067 UDate wall = millis + millisInDay; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 31 'https://clients5.google.com/webstore/wall/cros-widget-container';
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/mksh/src/
Build.sh 1307 ac_flags 1 wall "${ccpc}/Wall" 'to enable all warnings'
1338 ac_flags 1 wall -Wall
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 106 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
161 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
    [all...]
  /external/jemalloc/bin/
pprof 106 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
161 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 106 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter
161 $GROWTH_PAGE, $CONTENTION_PAGE, /pprof/wall,
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1350 milliseconds