summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-11-03 19:47:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-11-04 12:15:29 +0000
commit0b4ea45e8aded79557da3a51bb88c9bbacfa07dc (patch)
tree888d333448375fc9c96d4f3b3e465fcc9a8cfe8d /src/gallium/auxiliary/util/u_debug.h
parent767bc8eb5a0bbaf9fde9d760e8460d34c51d2991 (diff)
util: Remove homegrown Windows KM profiler.
It's not sampling based so its results are biased towards functions called many times.
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r--src/gallium/auxiliary/util/u_debug.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h
index b8c56fd600..abd834c741 100644
--- a/src/gallium/auxiliary/util/u_debug.h
+++ b/src/gallium/auxiliary/util/u_debug.h
@@ -351,17 +351,6 @@ 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
struct pipe_surface;
struct pipe_transfer;