Time to read an xml file

AlanM

New Member
I want to know the time taken to parse an XML file. I am using SAX Parser. I dont want to know how long it took ( after the parsing is complete) hence I cannot use System.nanoTime() or System.currentTimeMillis()How can I estimate the time taken for parsing in advance? ( maybe based on the size of the file)
 
Back
Top