//
// performanceinfo.h
//
// memory performances informations
//
// loïc berthelot
// nov. 2004
//
// only for nt4, 2k and xp
//



#ifndef __PERFORMANCEINFOS_H_
#define __PERFORMANCEINFOS_H_

int GetPerformanceInfo (BOOL printResults);

void _DEBUG_INFO (int level, char *format, ...);


#endif