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

  /system/extras/simpleperf/
cmd_stat.cpp 355 for (auto& counter_info : counters_info.counters) {
358 event_type->name.c_str(), counter_info.tid, counter_info.cpu,
359 ReadableCountValue(counter_info.counter.value, *event_type).c_str(),
360 counter_info.counter.time_enabled, counter_info.counter.time_running,
361 counter_info.counter.id);
371 for (auto& counter_info : counters_info.counters) {
372 value_sum += counter_info.counter.value;
373 time_enabled_sum += counter_info.counter.time_enabled
    [all...]
event_selection_set.cpp 240 CountersInfo::CounterInfo counter_info; local
241 if (!event_fd->ReadCounter(&counter_info.counter)) {
244 counter_info.tid = event_fd->ThreadId();
245 counter_info.cpu = event_fd->Cpu();
246 counters_info.counters.push_back(counter_info);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 228 D3D11_COUNTER_INFO *counter_info)
231 counter_info->LastDeviceDependentCounter = (D3D11_COUNTER)0;
232 counter_info->NumDetectableParallelUnits = 1;
233 counter_info->NumSimultaneousCounters = 0;
    [all...]

Completed in 198 milliseconds