Pyrogenesis trunk
|
#include "precompiled.h"
#include "Profile.h"
#include "ProfileViewer.h"
#include "ThreadUtil.h"
#include "lib/timer.h"
#include <numeric>
Classes | |
class | CProfileNodeTable |
Class CProfileNodeTable: Implement ProfileViewer's AbstractProfileTable interface in order to display profiling data in-game. More... | |
struct | CProfileNodeTable::ColumnDescription |
struct ColumnDescription: The only purpose of this helper structure is to provide the global constructor that sets up the column description. More... | |
Functions | |
template<typename T > | |
static double | average (const T &collection) |