Question PROFILER - GUI

rzr

Member
Is there a better GUI program that I can use to view the profiler output file? I have one from http://communities.progress.com/pcom/docs/DOC-2808 that for some reason refuse to open. I keep running into a field not found compile error, the field is already defined in an include & the include is in my propath.

And I have one from http://www.oehive.org/files/analyse4GLTrace.W that analyzed the Log-Manager() output. This works but it does not show me run statistics FOR EACH block. It shows, I think, only the execution time for all external procedures.
 

Cringer

ProgressTalk.com Moderator
Staff member
It's pretty noddy code to be honest. I've had to do a load of work to it so that we can run it against a multi-user db.
 

Cringer

ProgressTalk.com Moderator
Staff member
That was my hope initially, but real work took over before I could finish :(
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
Another issue I have is that while PSC preaches the gospel of Type II storage areas they are lax in using them. The audit DB has all its tables in the schema area. I found this out when trying to load multiple GB of profiling data. The load churned for hours before blowing up.
 
Top