aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.cpp
AgeCommit message (Collapse)Author
2016-05-12Microprofile: DPI-aware drawingMerryMage
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
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.
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-11citra_qt: Reorganize headersLioncash
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
This brings goodies such as a configurable user interface and multi-threaded timeline view.
2015-07-19Citra_QT : Fix Conversion Warningszawata
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner