

The snooper is controller like a "real" analyzer.
The sampling rate depends on the target interface. It can be up to 100000.
samples/second for some targets.
A trigger system allows to watch for specific values and either stop the
target or the trace on the occurence of a pattern.

All trace display commands can be used to display the sampled data in various
formats and make statistical or graphical analysis of the data.
The snooper samples data information over the time. The protcol display API
allows to implement complex custom display and analysis functions. The traced
data can also be saved and used for comparisons.

The timecharts can display variables graphically (in various formats) or
display statistical results graphically (e.g. distribution of values).
Performance Analyzer with Snooper

The snooping method can also be used by the profiling performance analyzer.
It can dynamically display the distribution of values. This can also be done
as a timechart. A typical application is to display the time spent in different
tasks of an application.
|