Home | History | Annotate | Download | only in pps

Lines Matching defs:counters

56    /// @brief Initialize performance counters data such as groups and counters
60 /// @brief Enables performance counters, meaning that from now on they can be sampled
63 /// @brief Disables performance counters on the device
66 /// @brief Asking the GPU to dump performance counters could have different meanings
67 /// depending on the concrete driver. Some could just ask the GPU to dump counters to a
73 /// @brief After dumping performance counters, with this function you can iterate
83 /// List of counters exposed by the GPU
84 std::vector<Counter> counters;
86 /// List of counters that are actually enabled