summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-27/+0
|
* Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-261-40/+0
|
* citra-qt: Make constructors explicit where applicableGravatar Lioncash2016-12-111-3/+3
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-7/+6
|
* Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Gravatar Henrik RydgÄrd2016-04-281-0/+3
| | | | | | | | | | | | * 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
* general: Replace 0 literals with nullptr where applicableGravatar Lioncash2015-09-111-1/+1
|
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-111-1/+1
|
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+17
| | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view.
* Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-141-1/+1
|
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-011-0/+50