From d812d9fac7bae4eff66a5ce8275be19d0ca77a32 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Nov 2012 21:13:16 +0300 Subject: Add own profiler and profiler info to some code. --- src/sound.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sound.cpp') diff --git a/src/sound.cpp b/src/sound.cpp index cb4b11770..82e7b2f6d 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -285,6 +285,7 @@ void Sound::fadeOutAndPlayMusic(const std::string &fileName, const int ms) void Sound::logic() { + BLOCK_START("Sound::logic") if (sFadingOutEnded) { if (mMusic) @@ -300,6 +301,7 @@ void Sound::logic() mNextMusicFile.clear(); } } + BLOCK_END("Sound::logic") } void Sound::playSfx(const std::string &path, const int x, const int y) const -- cgit v1.2.3-70-g09d2