summaryrefslogtreecommitdiff
path: root/src/common/microprofile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+1
|
* microprofile: Double buffer size to 16MB.Gravatar bunnei2016-09-151-1/+1
|
* Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Gravatar Henrik RydgÄrd2016-04-281-0/+4
| | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
* Common: Fix MicroProfile compilation in MSVC2015Gravatar Yuri Kunde Schlesner2015-08-281-0/+5
|
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+25
This brings goodies such as a configurable user interface and multi-threaded timeline view.