Searched refs:perf_counters_t (Results 1 – 7 of 7) sorted by relevance
21 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()
89 void Disable(perf_counters_t&);97 std::stack<perf_counters_t> start_values_;
171 void PerfProfiler::Disable(perf_counters_t& vals) { in Disable()181 perf_counters_t& sv = start_values_.top(); in Disable()
11 using perf_counters_t = std::vector<uint64_t>; variable
152 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 {
388 event->counters_ = std::make_unique<perf_counters_t>(n, 0); in begin_op()
64 void getPerfEventCounters(torch::profiler::perf_counters_t&) const;