Home
last modified time | relevance | path

Searched refs:perf_counters_t (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/test/cpp/profiler/
Dperf_events.cpp21 torch::profiler::perf_counters_t counters; in TEST()
62 torch::profiler::perf_counters_t counters_A; in TEST()
63 torch::profiler::perf_counters_t counters_B; in TEST()
64 torch::profiler::perf_counters_t counters_C; in TEST()
135 torch::profiler::perf_counters_t counters_A; in TEST()
136 torch::profiler::perf_counters_t counters_B; in TEST()
137 torch::profiler::perf_counters_t counters_C; in TEST()
205 torch::profiler::perf_counters_t counters_A; in TEST()
206 torch::profiler::perf_counters_t counters_B; in TEST()
207 torch::profiler::perf_counters_t counters_C; in TEST()
/external/pytorch/torch/csrc/profiler/
Dperf.h89 void Disable(perf_counters_t&);
97 std::stack<perf_counters_t> start_values_;
Dperf.cpp171 void PerfProfiler::Disable(perf_counters_t& vals) { in Disable()
181 perf_counters_t& sv = start_values_.top(); in Disable()
Devents.h11 using perf_counters_t = std::vector<uint64_t>; variable
Dcollection.h152 std::unique_ptr<perf_counters_t>&& perf_event_counters)
177 std::unique_ptr<perf_counters_t> perf_event_counters_;
450 std::unique_ptr<perf_counters_t> counters_;
554 inline void disable_perf_profiler(perf_counters_t& counters) const {
Dcollection.cpp388 event->counters_ = std::make_unique<perf_counters_t>(n, 0); in begin_op()
/external/pytorch/torch/csrc/autograd/
Dprofiler_kineto.h64 void getPerfEventCounters(torch::profiler::perf_counters_t&) const;