dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Performance.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
#include "
types.h
"
7
8
void
utilPerformance_enable
(
bool
enabled);
9
void
utilPerformance_record
(
const
char
* attribute, uint64_t elapsed );
10
void
utilPerformance_saveToDisk
(
void
);
11
12
#ifdef __cplusplus
13
}
14
#endif
types.h
utilPerformance_saveToDisk
void utilPerformance_saveToDisk(void)
utilPerformance_record
void utilPerformance_record(const char *attribute, uint64_t elapsed)
utilPerformance_enable
void utilPerformance_enable(bool enabled)
inc
util
Performance.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7