NASA Logo

NTRS

NTRS - NASA Technical Reports Server

Back to Results
A Categorization of Dynamic AnalyzersProgram analysis techniques and tools are essential to the development process because of the support they provide in detecting errors and deficiencies at different phases of development. The types of information rendered through analysis includes the following: statistical measurements of code, type checks, dataflow analysis, consistency checks, test data,verification of code, and debugging information. Analyzers can be broken into two major categories: dynamic and static. Static analyzers examine programs with respect to syntax errors and structural properties., This includes gathering statistical information on program content, such as the number of lines of executable code, source lines. and cyclomatic complexity. In addition, static analyzers provide the ability to check for the consistency of programs with respect to variables. Dynamic analyzers in contrast are dependent on input and the execution of a program providing the ability to find errors that cannot be detected through the use of static analysis alone. Dynamic analysis provides information on the behavior of a program rather than on the syntax. Both types of analysis detect errors in a program, but dynamic analyzers accomplish this through run-time behavior. This paper focuses on the following broad classification of dynamic analyzers: 1) Metrics; 2) Models; and 3) Monitors. Metrics are those analyzers that provide measurement. The next category, models, captures those analyzers that present the state of the program to the user at specified points in time. The last category, monitors, checks specified code based on some criteria. The paper discusses each classification and the techniques that are included under them. In addition, the role of each technique in the software life cycle is discussed. Familiarization with the tools that measure, model and monitor programs provides a framework for understanding the program's dynamic behavior from different, perspectives through analysis of the input/output data.
Document ID
20010000440
Acquisition Source
Headquarters
Document Type
Conference Paper
Authors
Lujan, Michelle R.
(Texas Univ. El Paso, TX United States)
Date Acquired
August 20, 2013
Publication Date
February 1, 1997
Publication Information
Publication: NASA University Research Centers Technical Advances in Education, Aeronautics, Space, Autonomy, Earth and Environment
Volume: 1
Subject Category
Computer Programming And Software
Report/Patent Number
URC97081
Funding Number(s)
CONTRACT_GRANT: NCCW-89
CONTRACT_GRANT: NAG-1012
Distribution Limits
Public
Copyright
Work of the US Gov. Public Use Permitted.
No Preview Available