Activity overview
Latest activity by csut017
Hi,
A quick request - is it possible to include the source file in method information?
Craig / comments
Hi,
A quick request - is it possible to include the source file in method information?
Craig
Thanks Andrew,
#1, either approach would be good - I definitely think something is needed to turn the output off as it will confuse external tools.
#2, I would prefer different call trees - this would show clearly what is happening within each thread.
#3, while this is slightly annoying, I guess we can filter it out ourselves (I am assuming the only elements that have the has-source tag are those elements from our code.)
#4, will it would be nice to have the line timings in the XML, I see the they are not always in the UI version either, so I can live with it.
Some extra data that would be helpful would be start/end time in the call tree. This combined with having different call threads per thread would allow us to see what is happening in the different threads at the same time. Would this be possible?
Craig / comments
Thanks Andrew,
#1, either approach would be good - I definitely think something is needed to turn the output off as it will confuse external tools.
#2, I would prefer different call trees - this wo...
Command-line Error
Hi,
I've been playing around with the profiler and trying to get it working within CruiseControl.NET. However I'm getting an exception from the command-line app:
Exception
=========
System.IO.IOExc...
Command-line Tool Questions
Hi,
I've been playing around with the command-line profiler a little bit and I have some questions:
1. Is there any way to turn off the summary of results? I've tried the /q switch but it doesn't t...
Documentation
Do you have any documentation on the command-line version? Clicking on the help takes us to your web site's "page not found" page.
Craig