summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-224/+0
2017-02-26Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner1-109/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-37/+33
2016-06-18Qt: Fix MicroProfile dpi scalingGravatar Yuri Kunde Schlesner1-7/+6
2016-05-12Microprofile: DPI-aware drawingGravatar MerryMage1-4/+12
2016-04-29Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner1-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.
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Gravatar Henrik RydgÄrd1-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
2015-09-11general: Replace 0 literals with nullptr where applicableGravatar Lioncash1-1/+1
2015-09-11citra_qt: Reorganize headersGravatar Lioncash1-3/+2
2015-08-24Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner1-0/+202
This brings goodies such as a configurable user interface and multi-threaded timeline view.
2015-07-19Citra_QT : Fix Conversion WarningsGravatar zawata1-1/+1
2015-04-09Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal1-2/+2
2015-03-01Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner1-0/+138