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_hashmethod once for each measure). - Runs the measures with checks for valid arguments as possible (call
apply_measuresmethod). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsargument 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_hashmethod 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_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsargument 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_hashmethod once for each measure). - Runs the measures with checks for valid arguments as possible (call
run_measuremethod). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsargument 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_hashmethod once for each measure). - Runs the measures with checks for valid arguments as possible (call
run_measuremethod). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsargumentto 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_hashmethod once for each measure).method). - Runs the measures with checks for valid arguments as possible (call
run_measuremethod).method once for each measure). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsto 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_hashmethod). - Runs the measures with checks for valid arguments as possible (call
run_measuremethod once for each measure).method). - (Optional) Runs the measures in the order specified by a user-defined json file (
workflow_jsonargument 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_outargument to above method). - (Optional) Shows the measures & arguments called for debugging purposes via runner.registerInfo (
show_measure_callsto above method).
Here is a simple example of it being used.