Add rocr namespace to core header and impl files

Change-Id: I1e1b33f9bba1078d049bc19797889988c3e43360
이 커밋은 다음에 포함됨:
Ramesh Errabolu
2020-06-06 22:16:03 -05:00
커밋한 사람 Sean Keely
부모 99e2942949
커밋 fa13208698
86개의 변경된 파일376개의 추가작업 그리고 187개의 파일을 삭제
+3 -1
파일 보기
@@ -42,6 +42,7 @@
#include "core/util/timer.h"
namespace rocr {
namespace timer {
accurate_clock::init::init() {
@@ -104,4 +105,5 @@ accurate_clock::init accurate_clock::accurate_clock_init;
double fast_clock::period_ps;
fast_clock::raw_frequency fast_clock::freq;
fast_clock::init fast_clock::fast_clock_init;
}
} // namespace timer
} // namespace rocr