Options

is there a way to output profile data into plain file?

hyanghyang Posts: 10
Hi,
I am new to redgate performance profile.

I need create the report with the timing and other data we get in the profiler.

In the profiler, is there a way to output the data such as the time spend, the hit count into a plain text or xml file?

Thanks a lot

Comments

  • Options
    You can output the call tree to HTML/XML (File > Export).
    The method grid can also be output to CSV in the same menu.
    The call graph display can be output to PNG/PDF/EMF.

    Hope that helps!
    Systems Software Engineer

    Redgate Software

  • Options
    Yes. I can do export to xml data.

    But my problem is: i added tag for the time period I want to watch.

    But in the output file, the tag doesn't show up at all. Is there anyway, i can output the tag too.

    or is there anyway, I can get specific time period directly in the output file? thanks
  • Options
    Do you mean you labelled a bookmark in the timeline? I don't think these can be output.

    If you select just part of the timeline (call tree just shows that part) then the XML output will only contain the code shown.
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.