Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
gts::analysis::Counter< TCounters > Class Template Reference

A set of thread local counters. More...

#include <Counter.h>

Public Member Functions

void countOccurance (OwnedId const &id, size_t counter)
 
void print (SubIdType const &ownerId, const char *file)
 

Static Public Member Functions

static Counterinst ()
 

Detailed Description

template<typename TCounters>
class gts::analysis::Counter< TCounters >

A set of thread local counters.

Template Parameters
TCountersThe definition of the counters and their string mappings.