diff options
| author | Richard Brooksby | 2012-09-05 23:45:31 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-05 23:45:31 +0100 |
| commit | 27c6706791b24c09800f76e37f76817c62df7425 (patch) | |
| tree | 44af05e5f3b72122dc6f5bc52d9f3d892ac02786 /mps/code/root.c | |
| parent | dda987d8648efafba3be06d1c56e6b14c6a654b7 (diff) | |
| parent | d1e7efe7b6de7914395153db36500645652cc5f2 (diff) | |
| download | emacs-27c6706791b24c09800f76e37f76817c62df7425.tar.gz emacs-27c6706791b24c09800f76e37f76817c62df7425.zip | |
Merging branch/2012-08-21/diagnostic-telemetry.
Copied from Perforce
Change: 179289
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/root.c')
| -rw-r--r-- | mps/code/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/root.c b/mps/code/root.c index e746d3c1b61..9484c4bfa36 100644 --- a/mps/code/root.c +++ b/mps/code/root.c | |||
| @@ -506,7 +506,7 @@ Res RootScan(ScanState ss, Root root) | |||
| 506 | AVER(res == ResOK); | 506 | AVER(res == ResOK); |
| 507 | root->grey = TraceSetDiff(root->grey, ss->traces); | 507 | root->grey = TraceSetDiff(root->grey, ss->traces); |
| 508 | rootSetSummary(root, ScanStateSummary(ss)); | 508 | rootSetSummary(root, ScanStateSummary(ss)); |
| 509 | EVENT_PWW(RootScan, root, ss->traces, ScanStateSummary(ss)); | 509 | EVENT3(RootScan, root, ss->traces, ScanStateSummary(ss)); |
| 510 | 510 | ||
| 511 | failScan: | 511 | failScan: |
| 512 | if (root->pm != AccessSetEMPTY) { | 512 | if (root->pm != AccessSetEMPTY) { |