summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/profiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner2016-04-291-24/+2
| | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
* Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik Rydgård2016-04-291-0/+13
| | | | | | | | | | | | * 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 applicableLioncash2015-09-121-1/+1
|
* citra_qt: Reorganize headersLioncash2015-09-111-3/+2
|
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+202
| | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view.
* Citra_QT : Fix Conversion Warningszawata2015-07-191-1/+1
|
* Silence some -Wsign-compare warnings.Rohit Nirmal2015-04-101-2/+2
|
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+138