Thanks Matt and Abdul. My mm.cfg file has these settings and seems to be correctly generating a 10MB .dat file when I run my application. So I think maybe the problem is moving those files over to my Linux box for processing. Perhaps these .dat files hard code a directory location of the .dat file or something?
I suppose I can try to install Flex and the profiler webapp on my Windows box. Let me know if anyone has any other ideas. Thanks! -James On Thu, 2005-04-07 at 09:56 -0700, Matt Chotin wrote: > Make sure you have the right entries in mm.cfg > > > > ProfilingOutputFileEnable=1 > > ProfileFunctionEnable=1 > > FrameProfilingEnable=0 (this is real expensive if you turn it on but I > suppose it can be useful) > > > > I think if you don’t have ProfileFunctionEnable you’ll need the > profile() blocks that Abdul suggested. > > > > Matt > > > > > ______________________________________________________________________ > > From: Abdul Qabiz [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 2:32 AM > To: [email protected] > Subject: RE: [flexcoders] Any Profiler Gurus Out There? > > > > > Strange, you should be able to see things... > > Try wraping your code with profile(true) and profile(false), like > > function foo() > { > profile(true); > //code.. > > profile(false); > } > > Then see if it works... > > -abdul > > > > > -----Original Message----- > From: James Ward [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 2:02 PM > To: [email protected] > Subject: [flexcoders] Any Profiler Gurus Out There? > > > Hi All. > My app's startup time is beginning to get a little slow. I have done > all the basic optimizations, but they didn't help a whole lot. So I > decided to dive into the Profiler. What fun it has been! ;) > > Here is my unique setup: > My web-app server (OC4J) runs on Linux. > I have the installed the Flash Debug Player on my Windows machine > (actually under VMware on the Linux box). > I run my app on the windows machine with the asprofile=true parameter > and was able to get some ProfilerData files outputted to a temp > folder. > I copy those files over to my linux box in the > profiler/WEB-INF/ProfilerData dir then run the profiler web-app. > It lists some snapshots. I click on any of them and I see some swf > and > swc url's listed, but no calls, cumulative time, etc. Just blank > columns other than the first column. > > Same deal under any of the drill downs. None of the juicy info that I > need is there. :( > > I tried the same thing on a simple mxml app and got the same results. > > Any ideas? Thanks! > > -James > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > ______________________________________________________________________ > Yahoo! Groups Links > * To visit your group on the web, go to: > http://groups.yahoo.com/group/flexcoders/ > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service. > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

