Hi all,
I have written a C# code for triggering an XML to XML (XSLT) transformation. As the transformation depends upon the size of the XML and my Input XML file can vary from Kilo-Bytes to Mega-Bytes, I want to detect the "time taken to parse my input file and generate output" .. I can display the "value" via GUI or console, no problem about it. The aim is to save the "time in seconds or milliseconds" in a variable
any links for reference or tutorial concerning to this idea would be helpful too ..
Does it depend on the system configuration?
I mean is it the case that .. the parsing time varies from system to system according to the environment?
If yes.. then, Is it possible to make it a system independent code?
eagerly waiting for reply ..
thanQ ..
Here is the solution and Complements:
Answer by marc-gravell is accurate ..
thank you very much marc and thank you "stackoverflow" :)