]> git.cworth.org Git - apitrace/commit
Add gui support for trace profiling.
authorJames Benton <jbenton@vmware.com>
Wed, 8 Aug 2012 16:09:07 +0000 (17:09 +0100)
committerJames Benton <jbenton@vmware.com>
Wed, 8 Aug 2012 16:11:23 +0000 (17:11 +0100)
commitfc4f55a3193269f86c142219f5593dd8b8e9b3c8
treeb887c7d858d625f1746a1d71553f8dd7a1c2fd75
parentb7634e4d276c25160a6df53dcedf422c2a01b037
Add gui support for trace profiling.
16 files changed:
common/trace_profiler.cpp
common/trace_profiler.hpp
gui/CMakeLists.txt
gui/mainwindow.cpp
gui/mainwindow.h
gui/profiledialog.cpp [new file with mode: 0644]
gui/profiledialog.h [new file with mode: 0644]
gui/profiletablemodel.cpp [new file with mode: 0644]
gui/profiletablemodel.h [new file with mode: 0644]
gui/retracer.cpp
gui/retracer.h
gui/timelinewidget.cpp [new file with mode: 0644]
gui/timelinewidget.h [new file with mode: 0644]
gui/ui/mainwindow.ui
gui/ui/profiledialog.ui [new file with mode: 0644]
gui/ui/profilereplaydialog.ui [new file with mode: 0644]