Home
last modified time | relevance | path

Searched refs:display_result_view (Results 1 – 16 of 16) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dshow_result.php41 pts_client::display_result_view($r[0], false);
H A Dauto_sort_result_file.php51 pts_client::display_result_view($result_file, false);
H A Drename_identifier_in_result_file.php46 pts_client::display_result_view($result_file, false);
H A Dmerge_results.php55 pts_client::display_result_view('merge-' . $rand_file, false);
H A Drename_result_file.php53 pts_client::display_result_view($clean_result_name, false);
H A Dedit_result_file.php52 pts_client::display_result_view($result_file, false);
H A Dremove_result_from_result_file.php51 pts_client::display_result_view($result_file, false);
H A Dextract_from_result_file.php58 pts_client::display_result_view($extract_to, false);
H A Dreorder_result_file.php72 pts_client::display_result_view($result_file, false);
H A Dremove_run_from_result_file.php65 pts_client::display_result_view($result_file, false);
H A Dremove_results_from_result_file.php63 pts_client::display_result_view($result_file, false);
H A Dkeep_results_in_result_file.php78 pts_client::display_result_view($result_file, false);
H A Dinteractive.php99 pts_client::display_result_view($run_manager->result_file, false);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dperf_per_dollar.php67 pts_client::display_result_view($r[0], false);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_run_manager.php1160 pts_client::display_result_view($this->result_file, true, null);
1167 …pts_client::display_result_view($this->result_file, false, 'Do you want to view the text results o…
1171 pts_client::display_result_view($this->result_file, false, '');
H A Dpts_client.php2129 public static function display_result_view($result_file, $auto_open = false, $prompt_text = null) function in pts_client