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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2008-09-18 20:16:20 +0400
committerPaolo Molaro <lupus@oddwiz.org>2008-09-18 20:16:20 +0400
commit9136ca99bda3a19da1beda99a482a75f1644c275 (patch)
tree97e965278b733b7688e2922217abc8f25e4bc09e /mcs/class/System/System.Diagnostics/ChangeLog
parent4c2e865214fa962e55683239e23db9442049ceb9 (diff)
Thu Sep 18 18:14:25 CEST 2008 Paolo Molaro <lupus@ximian.com>
* CounterSampleCalculator.cs: added more calculated types. * PerformanceCounter.cs: NextValue() works as well as RawValue. svn path=/trunk/mcs/; revision=113435
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index df87c0f678a..703543ece12 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,9 @@
+
+Thu Sep 18 18:14:25 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+ * CounterSampleCalculator.cs: added more calculated types.
+ * PerformanceCounter.cs: NextValue() works as well as RawValue.
+
2008-09-10 Bill Holmes <billholmes54@gmail.com>
* Process.cs : Update the fields of ProcessAsyncReader to