Page 5 of 7

Re: Purefiler - An alternative profiler

Posted: Mon Feb 04, 2013 10:07 pm
by Didelphodon
A new version is online => Purefiler now supports 64 Bit.
Though, in 64 Bit mode inline assembly is not compatible with Purefiler!

Re: Purefiler - An alternative profiler

Posted: Tue Feb 05, 2013 12:33 am
by jassing
Well that was fast!

Thanks
-j

Re: Purefiler - An alternative profiler

Posted: Tue Feb 05, 2013 11:24 am
by Didelphodon
jassing wrote:Well that was fast!

Thanks
-j
Thought it would be usefull to you ;-)

Re: Purefiler - An alternative profiler

Posted: Wed Feb 06, 2013 3:57 am
by jassing
Well -- good news is it seems to run (both 32 and 64). If I say "yes" to include purefiler, build takes much longer.
But, the bad news is neither result in data saved -- I launch purefiler and get a dialog telling me there is nothing available, and then it exits.

Re: Purefiler - An alternative profiler

Posted: Sun Feb 10, 2013 11:47 pm
by Didelphodon
Dumb question: Did you actually rub your built executable?

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 1:18 am
by jassing
Didelphodon wrote:Dumb question: Did you actually rub your built executable?
aye -- both letting it exit gracefully and pausing and/or killing the exe. Ran it for 30 seconds, and 2 hours; never anything for purefiler....

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 6:59 am
by Didelphodon
Purefiler needs a successful exit - so, no forced quit.
However, you said that you already had a successful exit - that makes me wonder, hm.
Do you find a Purefiler folder in your home-folder?

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 7:18 am
by jassing
Didelphodon wrote:Purefiler needs a successful exit - so, no forced quit.
However, you said that you already had a successful exit - that makes me wonder, hm.
Do you find a Purefiler folder in your home-folder?
nope.

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 11:41 am
by Didelphodon
Tried a lot of things now on my system but couldn't get Purefiler to act as you described it.
Have you bound Purefiler to the "build" or "compile" event? It should be bound to "build".

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 12:03 pm
by Didelphodon
A new build (142) is online. Details are in the "edit" area in the first post.

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 3:50 pm
by jassing
Didelphodon wrote:A new build (142) is online. Details are in the "edit" area in the first post.
Now when I build, I get a dialog "Line 36866 EmptyWorkingSet() is not a function,array,list,map or macro" --This procedure is declared and if I build to an exe (vs: F5 to run it with PureFiler) the exe is built, runs correctly, and makes this call w/o issue.

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 4:17 pm
by Didelphodon
It's kinda hard to say from here what the reason is. You know your code best - maybe you can take a look at the file PB_EditorOutput.pb in your temp-folder right after building with Purefiler. This file contains all the altered sourcecode which matches to the error-line-number you got. I'm sure you'll find out what makes PB whine. If not and if you don't mind you can share the content of this file with me via PM so I can take a look.

However, I'm still not sure if you try to use Purefiler during normal compile (F5) or during building the executable.

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 4:58 pm
by ostapas
Could you tell me please, is there an easy way to remove all "Purefiled Runs"? Currently I manually delete all *.pfl and *.pfr files from user profile directory, but its not very comfortable. Or did I miss something?

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 5:54 pm
by Didelphodon
ostapas wrote:Could you tell me please, is there an easy way to remove all "Purefiled Runs"? Currently I manually delete all *.pfl and *.pfr files from user profile directory, but its not very comfortable. Or did I miss something?
Currently there's no way but deleting them manually. Do you feel that there is a "need" to add such a feature?

Re: Purefiler - An alternative profiler

Posted: Mon Feb 11, 2013 6:31 pm
by ostapas
Didelphodon wrote: Do you feel that there is a "need" to add such a feature?
Hm, it seems like a downright necessary feature, at least for me :) Shouldn't it take just several minutes to implement?