[Mono-bugs] [Bug 595576] New: Process.TotalProcessorTime not set on Process.Refresh
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Apr 11 06:05:13 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=595576
http://bugzilla.novell.com/show_bug.cgi?id=595576#c0
Summary: Process.TotalProcessorTime not set on Process.Refresh
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: x86
OS/Version: RHEL 5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: work at mikecaddy.co.uk
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Blocker: Yes
Description of Problem:
When a call is made to process.refresh after a Process.Start, the actual value
for TotalProcessorTime doesn't get set.
Steps to reproduce the problem:
1. Invoke a process (that would result in some CPU time)
2. Wait for exit
3. Call Process.Refresh
4. Check the value of TotalProcessorTime
Actual Results:
0 ms
Expected Results:
The CPU time incured by the invoked process
How often does this happen?
Everytime
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list