#ifndef _PROFILER_H_ #define _PROFILER_H_ enum BLOCK { PROF_ALL = 0, PROF_VIDEO, PROF_68K, PROF_Z80, PROF_SDLBLIT, PROF_SOUND, MAX_BLOCK }; #endif