Mr

Up to Bugs & Problems

Mr

Posted by Avi at July 08. 2008
Great work guys!

I have two problems:

1. I can not download the Full version from your site (no response...)
so I use olser version I got from CNET.com

2. the output file is written to the root: c:\ (I profile a console application)
can I set the output folder? the working folder is also fine.

Thnx
Avi.

Re: Mr

Posted by Richard Flamsholt at July 08. 2008
Hi Avi,

Our download-server has just had a brief downtime. Sorry about that - it's up and running again now.

And no, you can't set the output-path directly yet. That behavior is a .NET CF legacy, because WinCE doesn't have a concept of a "working directory".

If it's really important then you can call the take-snapshot-method explicitly from within your code rather than rely only on the automatic snapshot taken when you app exits. That way you can specify a full output-path, like this:

in your main, or other code
...
EQATEC.Profiler.Runtime.TakeProfileSnapshot(@"C:\some\existing\absolute\path\here");


best regards,
Richard

Re: Mr

Posted by Anonymous at August 12. 2008
I'm trying to use the profiler. It looks quite serious but I cannot find the profile*.log.xml after running my application. I did it with the UI-Wizard. I was looking on all the roots of my local drives C:\ D:\ but can't find it. (I'm using the normal .NET Framework.)
Setting the ProfileSnapshot path is no alternative for me.

Thanks

regards Phil

Re: Mr

Posted by Anonymous at August 12. 2008
I found it using file search C:\temp ;)

Great tool, now I know the bottlenecks in the code :)
Powered by Ploneboard