Displaying 1 result from an estimated 1 matches for "myparsingfunction".
2012 Oct 26
1
Parsing very large xml datafiles with SAX: How to profile <anonymous> functions?
...s.
If when I use Rprof(), all the handler functions are lumped together under
the <anonymous> label, and I get something like this:
$by.total
total.time total.pct self.time self.pct
"system.time" 151.22 99.99 0.00 0.00
"MyParsingFunction" 149.38 98.77 0.00 0.00
"xmlEventParse" 149.38 98.77 0.00 0.00
".Call" 149.32 98.73 3.04 2.01
"<Anonymous>" 146.74 97.02 141.26 93.40 <--...