summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_debug.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-24 19:25:33 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-24 19:25:33 +0900
commit345eb7fb70840829571cbacdb3980181df8e018a (patch)
tree329482e9c73d6dde9feb652f7577ec94cbbbd258 /src/gallium/include/pipe/p_debug.h
parent059a652d64da470ccc7f2f3266fd64721848a7be (diff)
gallium: Poor-man profiler for win32 kernel.
Diffstat (limited to 'src/gallium/include/pipe/p_debug.h')
-rw-r--r--src/gallium/include/pipe/p_debug.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_debug.h b/src/gallium/include/pipe/p_debug.h
index 1263d0da61..0af635be57 100644
--- a/src/gallium/include/pipe/p_debug.h
+++ b/src/gallium/include/pipe/p_debug.h
@@ -313,6 +313,17 @@ void
debug_memory_end(unsigned long beginning);
+#if defined(PROFILE) && defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY)
+
+void
+debug_profile_start(void);
+
+void
+debug_profile_stop(void);
+
+#endif
+
+
#ifdef DEBUG
void debug_dump_image(const char *prefix,
unsigned format, unsigned cpp,