We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
XSLT Performance in .NET
|
| Subject: |
|
I need mush more work to use msxml from .NET |
| Date: |
|
2003-07-27 23:44:26 |
| From: |
|
anonymous2
|
Response to: I need mush more work to use msxml from .NET
|
|
The nominal 100nS accuracy of .NET timers doesn't mean the clocks are that accurate; accuracy varies from system to system in the windows world.
If you want accurate measurement, resort to coding the _rdtsc opcode in native code and P/Invoke it, and work out the base round trip time which you need to factor out.
But if you do get some accurate values, could you publish them? The .NET EULA says 'no performance figures' without permission...
|