Mercurial > hg > svcore
comparison base/Profiler.cpp @ 843:e802e550a1f2
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:35:08 +0000 |
parents | 29efe322ab47 |
children | 16dc7307d43a |
comparison
equal
deleted
inserted
replaced
842:23d3a6eca5c3 | 843:e802e550a1f2 |
---|---|
27 #include <vector> | 27 #include <vector> |
28 #include <algorithm> | 28 #include <algorithm> |
29 #include <set> | 29 #include <set> |
30 #include <map> | 30 #include <map> |
31 | 31 |
32 using std::cerr; | |
33 using std::endl; | |
34 | |
35 Profiles* Profiles::m_instance = 0; | 32 Profiles* Profiles::m_instance = 0; |
36 | 33 |
37 Profiles* Profiles::getInstance() | 34 Profiles* Profiles::getInstance() |
38 { | 35 { |
39 if (!m_instance) m_instance = new Profiles(); | 36 if (!m_instance) m_instance = new Profiles(); |