summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/profiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.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.Emmanuel Gil Peyrot2016-09-181-37/+33
|
* Qt: Fix MicroProfile dpi scalingYuri Kunde Schlesner2016-06-191-7/+6
|
* Microprofile: DPI-aware drawingMerryMage2016-05-121-4/+12
|
* 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