| /system/core/metricsd/collectors/ |
| averaged_statistics_collector.cc | 173 double delta_time = time_now - stats_start_time_; local 179 int read_sectors_per_second = delta_read / delta_time; 180 int write_sectors_per_second = delta_write / delta_time; 185 uint64_t page_faults_per_second = delta_faults / delta_time; 186 uint64_t swap_in_per_second = delta_swap_in / delta_time; 187 uint64_t swap_out_per_second = delta_swap_out / delta_time;
|
| /art/runtime/gc/ |
| task_processor.cc | 65 const uint64_t delta_time = target_time - current_time; local 66 const uint64_t ms_delta = NsToMs(delta_time); 67 const uint64_t ns_delta = delta_time - MsToNs(ms_delta);
|
| heap.cc | [all...] |
| heap.h | [all...] |
| /hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
| mag_disturb.h | 19 int inv_check_magnetic_disturbance(unsigned long delta_time, const long *quat,
|
| /external/gemmlowp/test/ |
| benchmark_meta_gemm.cc | 171 double delta_time = (time() - start); local 172 times.push_back(delta_time / repetitions); 173 sum_time += delta_time; 195 double delta_time = (time() - start); local 196 times.push_back(delta_time / shape->repetitions); 197 sum_time += delta_time;
|
| /art/runtime/base/ |
| timing_logger.cc | 91 void CumulativeLogger::AddPair(const std::string& label, uint64_t delta_time) { 93 delta_time /= kAdjust; 94 total_time_ += delta_time; 106 histogram->AddValue(delta_time);
|
| timing_logger.h | 60 void AddPair(const std::string &label, uint64_t delta_time)
|
| /hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
| mag_disturb.h | 20 int inv_check_magnetic_disturbance(unsigned long delta_time, const long *quat,
|
| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
| EventGapVerification.java | 90 sb.append(String.format("position=%d, delta_time=%.2fms; ", info.index,
|
| /device/google/contexthub/util/nanotool/ |
| sensorevent.h | 85 uint32_t delta_time; member in union:android::SensorSampleHeader::__anon3137
|
| sensorevent.cpp | 140 sample_time += sample->delta_time;
|
| /system/extras/cpustats/ |
| cpustats.c | 354 long int delta_time, total_delta_time; local 362 delta_time = new_cpu->freqs[i].time - old_cpu->freqs[i].time; 363 total_delta_time += delta_time; 364 printf("%ukHz %ld", new_cpu->freqs[i].freq, delta_time);
|
| /system/core/toolbox/ |
| top.c | 69 uint64_t delta_time; member in struct:proc_info 443 new_procs[i]->delta_time = new_procs[i]->delta_utime + new_procs[i]->delta_stime; 493 proc->delta_time * 100 / total_delta_time, proc->state, proc->num_threads, 499 proc->delta_time * 100 / total_delta_time, proc->state, 535 return -numcmp(pa->delta_time, pb->delta_time);
|
| /external/aac/libSBRenc/src/ |
| ps_encode.cpp | 403 /* decision DELTA_FREQ vs DELTA_TIME */ 418 /* decision DELTA_FREQ vs DELTA_TIME */ 440 /* decision DELTA_FREQ vs DELTA_TIME */ 455 /* decision DELTA_FREQ vs DELTA_TIME */ 504 /* Count DELTA_TIME encoding streaks */ [all...] |
| /device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
| bosch_bmi160.c | 1746 uint32_t delta_time; local [all...] |
| /external/webrtc/webrtc/modules/video_coding/ |
| jitter_buffer.cc | 423 // r(0) = 1000*framecount/delta_time. [all...] |