--- a/src/Pure/Admin/build_status.scala Sat May 06 19:42:49 2017 +0200
+++ b/src/Pure/Admin/build_status.scala Sat May 06 20:00:08 2017 +0200
@@ -267,9 +267,8 @@
val progress = new Console_Progress
val data =
- read_data(options, profiles = standard_profiles, progress = progress,
- history_length = history_length, only_sessions = only_sessions,
- elapsed_threshold = elapsed_threshold)
+ read_data(options, progress = progress, history_length = history_length,
+ only_sessions = only_sessions, elapsed_threshold = elapsed_threshold)
present_data(data, progress = progress, target_dir = target_dir,
image_size = image_size, ml_timing = ml_timing)