| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| easy_profiler_core-v1.3.0-ec720bfb25-msvc14-win32.zip | 2017-11-03 | 311.0 kB | |
| README.md | 2017-10-13 | 798 Bytes | |
| v1.3.0 - MacOS support and bug fixes source code.tar.gz | 2017-10-13 | 246.3 kB | |
| v1.3.0 - MacOS support and bug fixes source code.zip | 2017-10-13 | 334.0 kB | |
| easy_profiler-v1.3.0-msvc14-win64.zip | 2017-10-13 | 9.5 MB | |
| easy_profiler-v1.3.0-linux_x64-libc_2.22.tar.gz | 2017-10-12 | 8.0 MB | |
| Totals: 6 Items | 18.4 MB | 0 | |
Core
* MacOS support!
* Added new API functions:
* bool profiler::isCapturing() - alias for isEnabled()
* void profiler::startCapture() - alias for EASY_PROFILER_ENABLE
* void profiler::stopCapture() - alias for EASY_PROFILER_DISABLE
* Added new field in BlocksTreeRoot struct
* Added version argument in fillTrees... functions
* Added SerializedCSwitch struct
* Added EASY_FORCE_INLINE macros
* thread_id_t change to uint64_t with backward compatibility
GUI
* Improvement
* Added possibility to display only frames (top-level blocks) on histogram to be able to find unexpected blocks on top level. Use [Settings] -> [Only frames on histogram]
* Added popup window when moving mouse cursor to thread name in Diagram window
* Fix bugs (#66 [#68])