00001 00023 #ifndef GALOIS_RUNTIME_SAMPLING_H 00024 #define GALOIS_RUNTIME_SAMPLING_H 00025 00026 namespace Galois { 00027 namespace Runtime { 00028 00029 void beginSampling(); 00030 void endSampling(); 00031 void beginThreadSampling(); 00032 void endThreadSampling(); 00033 00034 } 00035 } // end namespace Galois 00036 00037 #endif