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

  /external/v8/src/
log.cc 907 int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds()); local
908 msg.Append("code-deopt,%ld,%d", since_epoch, code->CodeSize());
917 int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds()); local
918 msg.Append("current-time,%ld", since_epoch);
927 int since_epoch = static_cast<int>(timer_.Elapsed().InMicroseconds()); local
930 msg.Append(format, name, since_epoch);
    [all...]
  /system/core/metricsd/
metrics_collector.cc 727 const TimeDelta since_epoch = now_wall_time - Time::UnixEpoch(); local
728 const int day = since_epoch.InDays();

Completed in 75 milliseconds