|
From: Lasse Kärkkäi. <tr...@us...> - 2011-02-05 23:12:42
|
Module: performous
Branch: opengl2
Commit: d1c160bdf25c148b5a4a8f569755509964617d21
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat Feb 5 23:46:30 2011 +0100
Better song loader profiler message (profiler-songloader/info)
---
game/songs.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/songs.cc b/game/songs.cc
index 6ce646d..62ab26d 100644
--- a/game/songs.cc
+++ b/game/songs.cc
@@ -39,7 +39,7 @@ void Songs::reload_internal() {
m_songs.clear();
m_dirty = true;
}
- Profiler prof("Song loading took");
+ Profiler prof("songloader");
Paths paths = getPathsConfig("paths/songs");
for (Paths::iterator it = paths.begin(); m_loading && it != paths.end(); ++it) {
try {
|