About: Tcov

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Tcov is a source code coverage analysis and statement-by-statement profiling tool for software written in Fortran, C and C++. Tcov generates exact counts of the number of times each statement in a program is executed and annotates source code to add instrumentation. It is a standard utility, provided free of cost with Sun Studio software.

Property Value
dbo:abstract
  • Tcov is a source code coverage analysis and statement-by-statement profiling tool for software written in Fortran, C and C++. Tcov generates exact counts of the number of times each statement in a program is executed and annotates source code to add instrumentation. It is a standard utility, provided free of cost with Sun Studio software. The tcov utility gives information on how often a program executes segments of code. It produces a copy of the source file, annotated with execution frequencies. The code can be annotated at the basic block level or the source line level. As the statements in a basic block are executed the same number of times, a count of basic block executions equals number of times each statement in the block is executed. The tcov utility does not produce any time-based data. (en)
dbo:computingPlatform
dbo:developer
dbo:genre
dbo:license
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 34631143 (xsd:integer)
dbo:wikiPageLength
  • 10760 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1065025018 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:genre
dbp:license
  • Free for download and use as described in the Sun Studio product license. (en)
dbp:name
  • tcov (en)
dbp:operatingSystem
dbp:platform
dbp:website
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • Tcov is a source code coverage analysis and statement-by-statement profiling tool for software written in Fortran, C and C++. Tcov generates exact counts of the number of times each statement in a program is executed and annotates source code to add instrumentation. It is a standard utility, provided free of cost with Sun Studio software. (en)
rdfs:label
  • Tcov (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • tcov (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License