gdb: introduce new 'maint flush ' prefix command
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.perf / gmonster-print-cerr.py
index c9f211a5f6057b4b604745c0b7a54ed371dc1434..adee2e601aaadc15b4da9b3dc64ace442b48ce50 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2018 Free Software Foundation, Inc.
+# Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@ class PrintCerr(perftest.TestCaseWithBasicMeasurements):
             utils.runto_main()
             iteration = 5
             while iteration > 0:
-                utils.safe_execute("mt flush-symbol-cache")
+                utils.safe_execute("mt flush symbol-cache")
                 func = lambda: utils.safe_execute("print gm_std::cerr")
                 self.measure.measure(func, run)
                 iteration -= 1
This page took 0.02353 seconds and 4 git commands to generate.