Log in

View Full Version : Outputting vmetric values from Telecide


blaze077
9th October 2016, 18:45
As the title suggests, is it possible to output the vmetric values from Telecide to a text file? It can display the metrics using show=true and take in an overrides file but there doesn't seem to be an option to output the metrics to a file.

Thank you.

Groucho2004
9th October 2016, 21:42
Reading the documentation (http://rationalqm.us/decomb/DecombReferenceManual.html#telecide) helps.
debug (true/false, default false) enables logging/debugging information about the filter's decisions to be printed via OutputDebugString(). A utility called DebugView is available for catching these strings.

Myrsloik
10th October 2016, 00:06
As the title suggests, is it possible to output the vmetric values from Telecide to a text file? It can display the metrics using show=true and take in an overrides file but there doesn't seem to be an option to output the metrics to a file.

Thank you.

Or use the metrics collection part of yatta. The output project will have a section with all the vmetrics listed.

blaze077
10th October 2016, 22:36
Reading the documentation (http://rationalqm.us/decomb/DecombReferenceManual.html#telecide) helps.

I did read that but was not sure how to use DebugView. Figured it out now.

Or use the metrics collection part of yatta. The output project will have a section with all the vmetrics listed.

Will try that too. Thank you.