19 INLINE PStatGPUTimer::
25 gsg->issue_timer_query(collector.get_index());
34 INLINE PStatGPUTimer::
40 gsg->issue_timer_query(collector.get_index());
47 INLINE PStatGPUTimer::
49 if (_gsg->get_timer_queries_active() && _collector.is_active()) {
50 _gsg->issue_timer_query(_collector.get_index() | 0x8000);
A lightweight class that can be used to automatically start and stop a PStatCollector around a sectio...
A lightweight class that represents a single element that may be timed and/or counted via stats.
get_timer_queries_active
Returns true if timer queries are currently enabled on this GSG.
A thread; that is, a lightweight process.
Encapsulates all the communication with a particular instance of a given rendering backend.