Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 1
    Can you define "CPU time?" Real time (in milliseconds/ticks/etc) will vary between machines, and even the number of processor cycles it takes will vary on OS, CPU, etc... Commented Jan 18, 2011 at 13:10
  • I updated the question: "How much cycle CPU spent, it's OK as soon as it's same for the same computer in different executions and not effected by other processes" Commented Jan 18, 2011 at 13:22
  • 1
    You can't without a profiler, which is exactly the tool you need to do it. Commented Jan 18, 2011 at 13:24
  • @ Jonathan - I do have .NET, assuming profilers are bunch of tools written in .NET, I don't see why not? Why do you think it's not possible? Commented Jan 18, 2011 at 13:26
  • Maybe something here will help you: codeproject.com/KB/dotnet/dotnetprofiler.aspx Commented Jan 18, 2011 at 13:44