Hi Sd,

>       I am a newer of TPTP;  I have two simple questions about this tool:
>      (1): how could I save the execution flow as we did about the call
graph;

Any profiling data collected by the workbench can be saved by
right-clicking the desired resource in the "Profiling Monitor" and
selecting "Save". Additionally, you will be prompted to save any unsaved
data when you exit the workbench.

Perhaps I'm not entirely understanding your question?

>      (2):  when I follow the tutorial provided in
>         http://www.eclipse.org/articles/Article-TPTP-Profiling-Tool/
> tptpProfilingArticle.html
>      (all settings are by default) the results(call graph) never
> show the information about  "parser.parse(is, this)";
>    When calling parse(...), it calls "startDocument" ,
> "startElements" and etc instead; but I still wonder if the TPTP can
> display these information (the call graph of parse(...)) any way;

I haven't reviewed the code attached the article, but if you're not seeing
the data you want in the profiling views the first thing to check would be
that the filter set includes the Class/method(s) you are interested in. The
article seems to only include classes in the com.sample.product* package
(step 3b), if the parse() method you're interested in doesn't live in that
package you'll have to expand the filter set appropriately to get any data
on it.

Does that help?

Mike Reid

Test and Performance Tools
Rational Application Developer for WebSphere
phone. 905-413-2282 | fax. 905-413-4850
e-mail. miker...@ca.ibm.com
_______________________________________________
tptp-tracing-profiling-tools-dev mailing list
tptp-tracing-profiling-tools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev

Reply via email to