Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-11-03 12:56:25 +0300
committerMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-11-03 12:56:25 +0300
commit82859cd69090d8702c1cb96145f8f36da04df7e0 (patch)
tree48101300f2b3acaba2f702226e0aecf9887212e6 /Mono.Profiler/profiler-file-decoder/ChangeLog
parent809a7d73f63c8f6e49f7da073de5a785ef8c1b6f (diff)
Massive refactoring to unify allocations and heap objects inside heap analysis.
svn path=/trunk/mono-tools/; revision=117728
Diffstat (limited to 'Mono.Profiler/profiler-file-decoder/ChangeLog')
-rw-r--r--Mono.Profiler/profiler-file-decoder/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mono.Profiler/profiler-file-decoder/ChangeLog b/Mono.Profiler/profiler-file-decoder/ChangeLog
index 9153e585..74662141 100644
--- a/Mono.Profiler/profiler-file-decoder/ChangeLog
+++ b/Mono.Profiler/profiler-file-decoder/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-03 Massimiliano Mantione <massi@ximian.com>
+ * Main.cs: Changed clicksToSeconds to ClicksToSeconds after refactoring.
+
2008-10-10 Massimiliano Mantione <massi@ximian.com>
* Main.cs:
- Added support for handling the stack trace of each allocation event.