Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-02-27 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | 1 | -109/+2 | |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 1 | -1/+1 | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -37/+33 | |
2016-06-19 | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | 1 | -7/+6 | |
2016-05-12 | Microprofile: DPI-aware drawing | MerryMage | 1 | -4/+12 | |
2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | 1 | -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-29 | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik Rydgård | 1 | -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-12 | general: Replace 0 literals with nullptr where applicable | Lioncash | 1 | -1/+1 | |
2015-09-11 | citra_qt: Reorganize headers | Lioncash | 1 | -3/+2 | |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+202 | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||||
2015-07-19 | Citra_QT : Fix Conversion Warnings | zawata | 1 | -1/+1 | |
2015-04-10 | Silence some -Wsign-compare warnings. | Rohit Nirmal | 1 | -2/+2 | |
2015-03-02 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 1 | -0/+138 | |