Commit Graph

8 Commits (f482b4b40de1f8bd89cc555c7219efe0497c38f6)

Author SHA1 Message Date
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 5 years ago
ReinUsesLisp ba9674862d microprofile: Silence sign comparison warning 5 years ago
Fernando Sahmkow 448856695a Microprofile: Allow accessing token. 5 years ago
ReinUsesLisp fa0d65fc7b microprofile: Silence conversion warnings 5 years ago
Fernando Sahmkow d8af401b2c Fix Microprofile in MinGW (#2530) 8 years ago
James Rowe c3ea6f4ddb Add mingw compile support 8 years ago
Jan Beich 50ce19b3ff microprofile: unbreak on POSIX systems
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'
                                 ^
[...]
8 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and
multi-threaded timeline view.
10 years ago