CIA.vc
kcachegrind
Real-time open source activity stats
Stats » Projects » KDE » kdesdk » kcachegrind
informationsyndicateUTC clock
17:05 on May 27, 2012
event counters
The last message was received 7.12 years ago at 19:21 on Apr 15, 2005
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
26 messages since the first one, 7.59 years ago, for an average of 3.55 months between messages
recent messages
dateReversed sort columnprojectcontentlink
19:21 on Apr 15, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (5 files):

  • More robust against bad data: Correct and warn about negative line numbers (set to 0).
  • A little more useful debug output
  • More space for profiling data
#
20:14 on Mar 31, 2005kde
Commit by benb on KDE_3_3_BRANCH :: kdesdk/kcachegrind/kcachegrind/callgraphview.cpp:
Backport #101556 fix (use long for node IDs in graphs).
#
21:42 on Mar 25, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (6 files):

Added drawing options for treemap:

  • transparent (do not draw any background)
  • allow drawing without frames This is useful for a "diagram mode" in KCachegrinds profile part overview, when we have a lot of parts (e.g. > 100).
#
21:01 on Mar 25, 2005kde
Commit by weidendo on KDE_3_4_BRANCH :: kdesdk/kcachegrind/kcachegrind/ (4 files):
Backport:
Get rid of unneeded actions. Search was moved to function profile.
This fixes a bug with the "Search:" KWidgetAction widget, which is shown in the
top left corner if not plugged into a toolbar (?).
#
20:57 on Mar 25, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (4 files):
Get rid of unneeded actions. Search was moved to function profile.
This fixes a bug with the "Search:" KWidgetAction widget, which is shown in the
top left if not plugged into the toolbar (?).
#
21:54 on Mar 21, 2005kde
Commit by weidendo on KDE_3_4_BRANCH :: kdesdk/kcachegrind/kcachegrind/callgraphview.cpp:
Backport of fix for bug 101556 (Use "long" for node IDs in graphs)
#
23:00 on Feb 02, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (partselection.cpp treemap.cpp treemap.h):
2 important strings before freeze
#
02:45 on Feb 02, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (6 files):
Usability "fix": Search and Grouping only influences the function list.
So move these 2 widgets from the toolbar to the function list.
Additionally, search while typing.
#
19:46 on Jan 27, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/configure.in.in:
Increment version a little bit ;-)
#
02:30 on Jan 27, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/callgraphview.cpp:
Fix for memory leak introduced in last commit
#
02:27 on Jan 27, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (callgraphview.cpp callgraphview.h):
Fix for bad behavior:
Replace popen() with QProcess for call graph layouting in the background.
Sometimes, layouting can last long, and before, this freezed the GUI.
Now, a message is printed on the canvas, the layouting can be stopped,
or simply another item can be selected to start a new layouting, which
kills the current one.
Perhaps should be used for calls to 'objdump' in the assembler annotation, too.
#
12:53 on Jan 20, 2005kde
Commit by coles :: kdesdk/kcachegrind/kcachegrind/coverageview.cpp:
Corrected typos.
#
16:05 on Jan 19, 2005kde
Commit by coles :: kdesdk/kcachegrind/kcachegrind/ (5 files):
Corrected typos.
#
21:56 on Jan 07, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (tracedata.cpp tracedata.h):
Some cleanup of data model classes, minor indentation fixes.
#
21:27 on Jan 07, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (5 files):
Put the memory allocators into separate files (pool.h/cpp),
adding a allocator for small resizable objects (DynPool).
To be used to allow for arbitrary number of event types.
#
21:05 on Jan 07, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (3 files):
When compiling without "FixCost" hack (#define FIXCOST 0), the maximum
cost of all calls was not updated correctly on loading, leading to
hiding of "Incl." columns.
#
20:51 on Jan 07, 2005kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (28 files):

Get rid of wrong term "cumulative" both in

  • variable names
  • What's This help (GUI) Only renaming...
#
18:08 on Dec 13, 2004kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/tracedata.cpp:
Fix: handle C++ "operator()" correct
#
18:07 on Dec 13, 2004kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (tracedata.cpp tracedata.h):

Less space needs for data model:

  • get rid of unneeded lists
  • move attribute _onlyActiveParts to a virtual function, as this is not object specific
#
17:49 on Dec 13, 2004kde
Commit by weidendo :: kdesdk/kcachegrind/kcachegrind/ (5 files):
Move SubCost out of tracedata.h/cpp.
Start of flexible SubCost allocator (get rid of fixed
number of event types KCachegrind can load).
#