Re: Status of profiler usage?
"Gijs Kruitbosch (\"Hannibal\")" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Message-ID | <[email protected]> |
Randy D. Smith wrote: > I think at that time > there was some interest in having Venkman generate profiling information > for > consumption by other viewers potentially. That's an area I have some > interest in. You realize that Venkman is already capable of outputting its profile data into (for example) csv format, and that it could easily be tought how to use other formats? You can specify your own templates (for any text format) using the pref system, and have Venkman use them. Hope that helps, Gijs