LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FpsHistory.h File Reference
#include <stdio.h>
#include "CircularBuffer.h"
#include <vector>
Include dependency graph for FpsHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FpsHistoryElem
 
struct  FpsHistory
 

Macros

#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
 

Macro Definition Documentation

#define MIN (   a,
 
)    (((a) < (b)) ? (a) : (b))