summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/dumpselection.cpp
blob: 4d812ef9a2950cbcddde1e0823c56a787bfbcab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
 * DumpSelection Dockable
 * Part of KCachegrind
 * 2003, Josef Weidendorfer (GPL V2)
 *
 * - Fast Selection of dumps to load/activate/use for comparing
 * - Start a profile run from GUI (current supported: Callgrind)
 * - View state of running profile runs.
 *
 */

#include "dumpselection.h"

/*
 * TODO:
 *  - Everything !!
 *  - Request State info on current function..
 *
 */


DumpSelection::DumpSelection( TopLevel* top,
                              TQWidget* parent, const char* name)
    : DumpSelectionBase(parent, name), TraceItemView(0, top)
{
}

DumpSelection::~DumpSelection()
{}


#include "dumpselection.moc"