1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* src/igc.c (process_one_message): Use "GC end:" instead of "GC:"

A comment in mps/code/traceanc.c says:

 * (Note: this should properly be called "trace end", but it's much
 * too late to change it now!)
This commit is contained in:
Helmut Eller 2025-12-05 08:49:28 +01:00
parent 6b6efe2128
commit e0517ecbe6

View file

@ -4137,7 +4137,7 @@ process_one_message (struct igc *gc)
= mps_message_gc_not_condemned_size (gc->arena, msg);
mps_clock_t clock = mps_message_clock (gc->arena, msg);
double secs = (double) clock / mps_clocks_per_sec ();
message ("[%f] GC: condemned: %" pD "u live: %" pD "u "
message ("[%f] GC end: condemned: %" pD "u live: %" pD "u "
"not_condemned: %" pD "u",
secs, condemned, live, not_condemned);
}