Revision history [back]
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method once for each measure). - Runs the measures with checks for valid arguments as possible (call
apply_measures
method). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
argument to above method).
Here is a simple example of it being used.
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method once for each measure). - Runs the measures with checks for valid arguments as possible (call
method).apply_measuresrun_measure - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
argument to above method).
Here is a simple example of it being used.
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method once for each measure). - Runs the measures with checks for valid arguments as possible (call
run_measure
method). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
argument to above method).
Here is a simple example of it being used.
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method once for each measure). - Runs the measures with checks for valid arguments as possible (call
run_measure
method). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
argumentto above method).
Here is a simple example of it being used.
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method once for each measure).method). - Runs the measures with checks for valid arguments as possible (call
run_measure
method).method once for each measure). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
to above method).
Here is a simple example of it being used.
We have a meta_measure.rb helper script you may be interested in. It's not really documented, but the script will:
- Help you get your measures and measure arguments in the needed format (call
update_args_hash
method). - Runs the measures with checks for valid arguments as possible (call
run_measure
method once for each measure).method). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_json
argument to above method). If not provided, it will simply run the measures in the order that you added measures/arguments. - (Optional) Creates a measures.osw that includes all the measures and measure arguments that were run for debugging purposes (
osw_out
argument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_calls
to above method).
Here is a simple example of it being used.