aparnap Posted July 28, 2006 Report Share Posted July 28, 2006 I have a bunch of test cases written in LabVIEW 8.0 and I need to measure their code coverage as a precentage of the total LabVIEW source code. Wondering if there are any tried and tested tools out there which people are using Also, I need a profiling tool for a different application. If anybody is usiing a profiling tool, please let me know. Quote Link to comment
crelf Posted July 28, 2006 Report Share Posted July 28, 2006 I have a bunch of test cases written in LabVIEW 8.0 and I need to measure their code coverage as a precentage of the total LabVIEW source code. Wondering if there are any tried and tested tools out there which people are using Also, I need a profiling tool for a different application. If anybody is usiing a profiling tool, please let me know. It depends on what you mean by "profiling" - if you're after a metric that measures code complexity, check this thread out. We also have a statement coverage tool that does exactly what you're after for measuring the percentage of code executed - contact us to find out more information. Quote Link to comment
aparnap Posted March 3, 2007 Author Report Share Posted March 3, 2007 thanks crelf! By code coverage I mean the ratio (or percentage) of the LabVIEW source code used up by my test cases to the total LabVIEW source code. For profiling, I guess LabVIEW inbuilt profiler should do for my current use. Quote Link to comment
crelf Posted March 3, 2007 Report Share Posted March 3, 2007 QUOTE(aparnap @ Mar 2 2007, 10:18 PM) By code coverage I mean the ratio (or percentage) of the LabVIEW source code used up by my test cases to the total LabVIEW source code. We have a "Statement Coverage Tool" that does exactly that - it monitors your code while you're running it and then compiles a report detailing which code was run, and how many times it was run. If you're interested in a demo version, contact us here. QUOTE(aparnap @ Mar 2 2007, 10:18 PM) For profiling, I guess LabVIEW inbuilt profiler should do for my current use. Are you sure? The built-in profiller doesn't really tell you much. Have you considered the http://forums.lavag.org/index.php?s=&showtopic=3632&view=findpost&p=14610' target="_blank">GOBs and Complexity metrics? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.