]> git.cworth.org Git - apitrace/commit
Introduce ApiTrace which encapsulates the data.
authorZack Rusin <zack@kde.org>
Wed, 30 Mar 2011 15:03:37 +0000 (11:03 -0400)
committerZack Rusin <zack@kde.org>
Thu, 31 Mar 2011 02:48:42 +0000 (22:48 -0400)
commitf6667d1331849a8534ead1c653ab4a1aeaeddcc8
treeaf41a4e0aba4d309e05637bb706cbb1058b132a4
parent27cb2c4e9d10cfd6236162b6f84109a5ca2eda49
Introduce ApiTrace which encapsulates the data.

allows us to split calls into frames and do other postprocessing.
16 files changed:
gui/CMakeLists.txt
gui/apicalldelegate.cpp
gui/apicalldelegate.h
gui/apitrace.cpp [new file with mode: 0644]
gui/apitrace.h [new file with mode: 0644]
gui/apitracecall.cpp
gui/apitracecall.h
gui/apitracefilter.cpp
gui/apitracemodel.cpp
gui/apitracemodel.h
gui/loaderthread.cpp
gui/loaderthread.h
gui/main.cpp
gui/mainwindow.cpp
gui/mainwindow.h
gui/ui/mainwindow.ui