diff options
| author | Milian Wolff <milian.wolff@kdab.com> | 2019-04-26 15:21:12 +0200 |
|---|---|---|
| committer | Milian Wolff <milian.wolff@kdab.com> | 2019-04-30 07:42:19 +0000 |
| commit | 75c0c026414239919603d6a5a35e333f257368c9 (patch) | |
| tree | 900ac21174b625fadb60982cc7112e92b0c10264 /src/gui/doc/snippets/textdocument-frames/xmlwriter.cpp | |
| parent | e5eaae100b35d97f22a388831a5b9cd712053f3f (diff) | |
Don't pass scope args to _exit trace points
When we trace a scope, then we pass the scope args to the _entry trace
point. There is no need to do that also for the _exit trace points, it
just blows up the trace data for no obvious gain. Any decent tracing
consumer can easily find the args for the _exit call by matching it to
its _entry call.
Note that this is standard practice in trace points, and also done like
this in the Linux Kernel trace points for example.
Change-Id: I273293b0c7e799767acc1960b50ab675fc765a36
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/gui/doc/snippets/textdocument-frames/xmlwriter.cpp')
0 files changed, 0 insertions, 0 deletions
