]> git.cworth.org Git - apitrace/blobdiff - common/trace_tools.hpp
Improve profiling.
[apitrace] / common / trace_tools.hpp
index 7ca908af60c6a3f4e614bd8dc29dc00ce90bd0cf..ddfe888cbcf206eeaeb983c2220fc1529ee96393 100644 (file)
 
 #include <stdlib.h>
 
-#include "os_string.hpp"
+#include "trace_api.hpp"
 
 
 namespace trace {
 
 
-enum API {
-    API_GL, // GL + GLX/WGL/CGL
-    API_EGL, // GL/GLES1/GLES2/VG + EGL
-};
-
-
-os::String
-findFile(const char *relPath, // path relative to the current program
-         const char *absPath, // absolute path
-         bool verbose);
-
 int
 traceProgram(API api,
              char * const *argv,