C# clock() function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am porting some code from C++ to C#

I would like to know what i can use in C# to replace the clock() function
that is being used in the C++ app,

Thanks In Advance
Macca
 
Macca,

Take a look at the Process class proeprties. There are couple of them that
provides different time information. See what is more appropriate for you .
Keep in mind though that the time mesurement units of Process' time
properties and clock() function most likely are going to be different.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top