summaryrefslogtreecommitdiff
path: root/externals/microprofile/microprofile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Microprofile in MinGW (#2530)Gravatar Fernando Sahmkow2017-02-041-1/+1
|
* Add mingw compile supportGravatar James Rowe2016-11-131-2/+2
|
* microprofile: unbreak on POSIX systemsGravatar Jan Beich2016-10-271-4/+4
| | | | | | | | | | | | | | | | In file included from src/common/microprofile.cpp:7: In file included from src/./common/microprofile.h:23: externals/microprofile/microprofile.h:830:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(t == nBegin); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ externals/microprofile/microprofile.h:831:5: error: use of undeclared identifier 'MP_BREAK' MP_ASSERT(nTimerIndex == (nToken&0x3fff)); ^ externals/microprofile/microprofile.h:238:34: note: expanded from macro 'MP_ASSERT' ^ [...]
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+3571
This brings goodies such as a configurable user interface and multi-threaded timeline view.