aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.h
AgeCommit message (Collapse)Author
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
* 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
2015-09-11general: Replace 0 literals with nullptr where applicableLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
This brings goodies such as a configurable user interface and multi-threaded timeline view.
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner