diff options
Diffstat (limited to 'src/include/debug-profiler.h')
-rw-r--r-- | src/include/debug-profiler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/debug-profiler.h b/src/include/debug-profiler.h index 1e46111..ae78e43 100644 --- a/src/include/debug-profiler.h +++ b/src/include/debug-profiler.h @@ -40,7 +40,7 @@ static __inline__ unsigned long long int rdtsc() } #endif -class KDE_EXPORT Profiler +class TDE_EXPORT Profiler { public: Profiler(); @@ -77,14 +77,14 @@ protected: }; -class KDE_EXPORT TimeProfiler : public Profiler +class TDE_EXPORT TimeProfiler : public Profiler { protected: long long getCounter() const { return rdtsc(); } }; -class KDE_EXPORT MemProfiler : public Profiler +class TDE_EXPORT MemProfiler : public Profiler { protected: long long getCounter() const; @@ -96,7 +96,7 @@ extern MemProfiler global_mem_profiler; -class KDE_EXPORT BlockProfiler +class TDE_EXPORT BlockProfiler { public: BlockProfiler(const TQString &descr); |