From ab435488ab6d90fb03a51f9c899ecaab44aaf35f Mon Sep 17 00:00:00 2001
From: Siri Hansen
If a list of
Note that the internal database is (re-)initiated during the compilation, meaning any previously collected coverage data for the module will be lost.
@@ -194,9 +198,10 @@If a list of
Performs analysis of a Cover compiled module
Performs analysis of one or more Cover compiled modules, as
specified by
If
HINT: It is possible to issue multiple analyse_to_file commands at - the same time.
+If
If
If a given module is not Cover compiled, this is indicated
+ by the error reason
Makes a copy
Makes copies of the source file for the given modules, + where it for each executable line is specified how many times it has been executed.
The output file
If
If
If
If a module is not Cover compiled, this is indicated by the
+ error reason
If the source file and/or the output file cannot be opened using
If the module was cover compiled from the
If a module was cover compiled from the
HINT: It is possible to issue multiple analyse_to_file commands at - the same time.
+ If no source code is found, this is indicated by the error reason +This document describes the changes made to the Tools application.
++ In order to improve performance of the cover tool, new + functions are added for cover compilation and analysis on + multiple files. This allows for more parallelisation.
++ Some improvements of the data base access is also done in + order to improve the performance when analysing and + resetting cover data.
++ Minor incompatibility: An error reason from + analyse_to_file is changed from no_source_code_found to + {no_source_code_found,Module}.
++ *** POTENTIAL INCOMPATIBILITY ***
++ Own Id: OTP-12330 Aux Id: seq12757
++ Allow maps for supervisor flags and child specs
+
+ Earlier, supervisor flags and child specs were given as
+ tuples. While this is kept for backwards compatibility,
+ it is now also allowed to give these parameters as maps,
+ see
+ Own Id: OTP-11043
++ Remove Mnemosyne rules support.
++ Own Id: OTP-12511
++ Add printout of total number of calls and time in eprof
++ Own Id: OTP-12681
+This document describes the changes made to the Tools application.
-- In order to improve performance of the cover tool, new - functions are added for cover compilation and analysis on - multiple files. This allows for more parallelisation.
-- Some improvements of the data base access is also done in - order to improve the performance when analysing and - resetting cover data.
-- Minor incompatibility: An error reason from - analyse_to_file is changed from no_source_code_found to - {no_source_code_found,Module}.
-- *** POTENTIAL INCOMPATIBILITY ***
-- Own Id: OTP-12330 Aux Id: seq12757
-- Allow maps for supervisor flags and child specs
-
- Earlier, supervisor flags and child specs were given as
- tuples. While this is kept for backwards compatibility,
- it is now also allowed to give these parameters as maps,
- see
- Own Id: OTP-11043
-- Remove Mnemosyne rules support.
-- Own Id: OTP-12511
-- Add printout of total number of calls and time in eprof
-- Own Id: OTP-12681
-This document describes the changes made to the Tools application.
++ In order to improve performance of the cover tool, new + functions are added for cover compilation and analysis on + multiple files. This allows for more parallelisation.
++ Some improvements of the data base access is also done in + order to improve the performance when analysing and + resetting cover data.
++ Minor incompatibility: An error reason from + analyse_to_file is changed from no_source_code_found to + {no_source_code_found,Module}.
++ *** POTENTIAL INCOMPATIBILITY ***
++ Own Id: OTP-12330 Aux Id: seq12757
+Attempting to do a
+ Own Id: OTP-12806
++ Allow maps for supervisor flags and child specs
+
+ Earlier, supervisor flags and child specs were given as
+ tuples. While this is kept for backwards compatibility,
+ it is now also allowed to give these parameters as maps,
+ see
+ Own Id: OTP-11043
++ Remove Mnemosyne rules support.
++ Own Id: OTP-12511
++ Add printout of total number of calls and time in eprof
++ Own Id: OTP-12681
+All items in