What is the correct starting value for a performance counter ElapsedTime? When my application starts, I set the .RawValueinstance of the performance counter to 0, but this is not true. It seems like it should be based on the current time, but I'm not sure what the actual value I should use is.
source
share