• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

kcachegrind

  • sources
  • kde-4.14
  • kdesdk
  • kcachegrind
  • kcachegrind
dumpmanager.cpp
Go to the documentation of this file.
1 /* This file is part of KCachegrind.
2  Copyright (C) 2003 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
3 
4  KCachegrind is free software; you can redistribute it and/or
5  modify it under the terms of the GNU General Public
6  License as published by the Free Software Foundation, version 2.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License
14  along with this program; see the file COPYING. If not, write to
15  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  Boston, MA 02110-1301, USA.
17 */
18 
19 /*
20  * DumpManager
21  */
22 
23 #include "dumpmanager.h"
24 
25 
26 //
27 // Dump
28 //
29 
30 Dump::Dump(QString file)
31 {
32  _filename = file;
33 }
34 
35 
36 //
37 // DumpManager
38 //
39 
40 DumpManager* DumpManager::_self = 0;
41 
42 
43 DumpManager::DumpManager()
44 {
45 }
46 
47 DumpManager* DumpManager::self()
48 {
49  if (!_self)
50  _self = new DumpManager();
51 
52  return _self;
53 }
54 
55 
56 DumpList DumpManager::loadableDumps()
57 {
58  DumpList res;
59 
60  return res;
61 }
62 
63 TraceData* DumpManager::load(Dump*)
64 {
65  return 0;
66 }
DumpManager::DumpManager
DumpManager()
Definition: dumpmanager.cpp:43
DumpManager
Definition: dumpmanager.h:61
QString
QList
DumpManager::load
TraceData * load(Dump *)
Definition: dumpmanager.cpp:63
dumpmanager.h
DumpManager::self
DumpManager * self()
Definition: dumpmanager.cpp:47
TraceData
This class holds profiling data of multiple tracefiles generated with cachegrind on one command...
Definition: tracedata.h:1363
Dump::Dump
Dump(QString)
Definition: dumpmanager.cpp:30
Dump
A loadable profile Dump.
Definition: dumpmanager.h:43
DumpManager::loadableDumps
DumpList loadableDumps()
Definition: dumpmanager.cpp:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kcachegrind

Skip menu "kcachegrind"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal