Pixelflinger
|
bc0f2f26f2
|
Tweak Profiler API so it works in multithread
Instead of using a singleton, Profiler has to be instantiated in the
scope/thread it is used.
|
2018-11-26 11:51:17 -08:00 |
|
Mathias Agopian
|
815fb36b98
|
code size optimizations
- prevent unrolling of some loops. e.g. one loop generated more than
1 KB of code!
|
2018-11-21 13:46:07 -08:00 |
|
Damianno19
|
9d14f6e907
|
Fix error
utils\src\Profiler.cpp(61): error : no member named 'uninitialized_fill' in namespace 'std'
|
2018-08-06 14:44:29 -07:00 |
|
Romain Guy
|
b3d758f3b3
|
Initial commit
|
2018-08-03 10:38:22 -07:00 |
|