Open GoogleCodeExporter opened 8 years ago
Original comment by karl.oke...@gmail.com
on 9 Nov 2009 at 5:12
Original comment by toc...@gmail.com
on 9 Nov 2009 at 6:57
IMHO it is instrumenting Ext sources while "hanging"...
May be some kind of "exclude files from coverage" option is needed?
Original comment by olegelif...@gmail.com
on 26 Nov 2010 at 9:24
The problem seems to be that instrumenting large files is problematic. I am
working on a project which uses Extjs. And the javascript files are
concatenated for released (just like Extjs). However, instrumenting 100 small
javascripts seems to be possible in 5 seconds in total, while the same
javascript files concatenated into a single file will require >10 minutes of
instrumenting.
Clearly the instrumenting code doesn't scale well for larger files.
Original comment by IvDo...@gmail.com
on 11 Apr 2012 at 12:50
Original issue reported on code.google.com by
karl.oke...@gmail.com
on 9 Nov 2009 at 5:10