From bff99f1f63cafb355c905d0d6a4c513943b18a9b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 31 May 2023 10:12:17 -0700 Subject: [PATCH] libsysprof-profile: remove debug code --- src/libsysprof-profile/sysprof-cpu-usage.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libsysprof-profile/sysprof-cpu-usage.c b/src/libsysprof-profile/sysprof-cpu-usage.c index 09e6427f..7fae3677 100644 --- a/src/libsysprof-profile/sysprof-cpu-usage.c +++ b/src/libsysprof-profile/sysprof-cpu-usage.c @@ -223,8 +223,6 @@ sysprof_cpu_usage_record_fiber (gpointer user_data) gsize line_len; char *line; - g_print ("parsing\n"); - /* First collect all our reads and then wait for them to finish before * parsing in a pass. With io_uring, this lets us coalesce all the lseek * and reads into a single set of iops. @@ -243,8 +241,6 @@ sysprof_cpu_usage_record_fiber (gpointer user_data) NULL)) break; - g_print ("Waiting for completions\n"); - /* Now parse all the contents of the stat files which should be * populated in the various files. */ @@ -351,8 +347,6 @@ sysprof_cpu_usage_record_fiber (gpointer user_data) values, n_cpu * 2 + 1); - g_print ("adding counters\n"); - /* Wait for cancellation or ½ second */ dex_await (dex_future_first (dex_ref (record->cancellable), dex_timeout_new_usec (G_USEC_PER_SEC / 2),