Browse Source

Check in some tiny changes before merge

Marko Pintera 11 years ago
parent
commit
496273ce54
2 changed files with 6 additions and 2 deletions
  1. 1 1
      CamelotCore/Include/CmCPUProfiler.h
  2. 5 1
      Polish.txt

+ 1 - 1
CamelotCore/Include/CmCPUProfiler.h

@@ -9,7 +9,7 @@ namespace BansheeEngine
 	/**
 	 * @brief	Provides various performance measuring methods.
 	 * 			
-	 * @note	This class is thread safe. Matching begin*\end* calls
+	 * @note	Thread safe. Matching begin*\end* calls
 	 * 			must belong to the same thread though.
 	 */
 	class CM_EXPORT CPUProfiler

+ 5 - 1
Polish.txt

@@ -30,4 +30,8 @@ DISREGARD MONITOR INDEX ON DX9
 
  Refactor:
  - Make CmApplication a base of BsApplication
- - If I merge CmApp and BsApp consider refactoring CmApplication::mainLoopCallback
+ - If I merge CmApp and BsApp consider refactoring CmApplication::mainLoopCallback
+
+ Finish refactoring PixelUtil.cpp (especially the resamplers)
+Consider renaming Profiler to CPUProfiler and CPUProfiler to something else. Since now I have GPUProfiler it's confusing to have one named just Profiler.
+Profiler can only be called from sim/core thread which is also a bit weird.