Bug 818213 - Define SAMPLER_SHUTDOWN for builds without the profiler turned on; r=ehsan

This commit is contained in:
Benoit Girard 2012-12-04 15:09:59 -05:00
Родитель 799105f317
Коммит e80d1122d2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@
// Initialize the sampler. Any other calls will be silently discarded
// before the sampler has been initialized (i.e. early start-up code)
#define SAMPLER_INIT()
#define SAMPLER_DEINIT()
#define SAMPLER_SHUTDOWN()
#define SAMPLER_START(entries, interval, features, featureCount)
#define SAMPLER_STOP()
#define SAMPLER_IS_ACTIVE() false