comparison base/Profiler.h @ 1586:841b2a3e606d

Merge from branch fix-static-analysis
author Chris Cannam
date Wed, 09 Jan 2019 15:24:38 +0000
parents ad5f892c0c4d
children
comparison
equal deleted inserted replaced
1585:9570ef94eaa3 1586:841b2a3e606d
18 This file copyright 2000-2006 Chris Cannam, Guillaume Laurent, 18 This file copyright 2000-2006 Chris Cannam, Guillaume Laurent,
19 and QMUL. 19 and QMUL.
20 */ 20 */
21 21
22 22
23 #ifndef _PROFILER_H_ 23 #ifndef SV_PROFILER_H
24 #define _PROFILER_H_ 24 #define SV_PROFILER_H
25 25
26 #include "system/System.h" 26 #include "system/System.h"
27 27
28 #include <map> 28 #include <map>
29 29