- Misc tweaks to make profiler more base on the new stats system
- Added a new view mode to the data graph, for the regular stats file it will be LineIndexBased, for the raw stats file it will be ThreadViewTimeBased
- Added profiler stream, a new class that will hold all data read from the raw stats file, hopefully will replace the current profiler data provider/ data source later
- Added basic support for the second profiler view mode
[CL 2054275 by Jaroslaw Surowiec in Main branch]
- Fixed profiler
- Increased stack size used to generate the profiler event graph
- Fixed a problem with tracking default stats when the metadata is not ready
#codereview Robert.Manuszewski
[CL 2048708 by Jaroslaw Surowiec in Main branch]
- Added first version of the profiler mini-view
- Switched to SCOPE_LOG_TIME when measuring profiler's performance
- Misc fixed how the stats metadata is handled by the profiler
- Game thread is tracked by default
#codereview Robert.Manuszewski
[CL 2046766 by Jaroslaw Surowiec in Main branch]