summaryrefslogtreecommitdiff
path: root/libcore/helpers.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-11-02 17:32:22 +0100
committerlouis <louis.braun@gmx.de>2014-11-02 17:32:22 +0100
commit037e8e0cb128734a447d472ea2345eea02ee65b6 (patch)
tree032714a0f749d486aa65d0444251154b864970dc /libcore/helpers.h
parentef4502cc02b4a1b287b6710826f04f953fd4691b (diff)
downloadvdr-plugin-skindesigner-037e8e0cb128734a447d472ea2345eea02ee65b6.tar.gz
vdr-plugin-skindesigner-037e8e0cb128734a447d472ea2345eea02ee65b6.tar.bz2
call drawdevices only every 500ms, added profiling code
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r--libcore/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/helpers.h b/libcore/helpers.h
index 2a92efb..abfae6d 100644
--- a/libcore/helpers.h
+++ b/libcore/helpers.h
@@ -33,7 +33,7 @@ private:
uint64_t start;
uint64_t last;
public:
- cStopWatch(void);
+ cStopWatch(const char* message = NULL);
~cStopWatch(void) {};
void Report(const char* message);
void Stop(const char* message);