polyspace.test.ProfilingResults Class
Namespace: polyspace.test
Description
This Python® class contains code profiling results obtained from executing C/C++ tests.
Creation
Syntax
Description
profilingResults = testResultsObj.Profiling loads code profiling results:
From a
polyspace.test.TestResultsobjecttestResultsObj.To a
polyspace.test.ProfilingResultsobjectprofilingResults.
profilingResults = polyspace.test.ProfilingResults("/path/to/profiling_results.psprof") loads code profiling results:
From a file
profiling_results.psprof.To a
polyspace.test.ProfilingResultsobjectprofilingResults.
profilingResults = polyspace.test.ProfilingResults(coverageResults) loads code coverage results:
From a
polyspace.test.CoverageResultsobjectcoverageResults.To a
polyspace.test.ProfilingResultsobjectprofilingResultsthat has:The
Coverageproperty is set tocoverageResults.The
ExecutionandStackproperties set toNone.
Properties
Methods
Examples
Version History
Introduced in R2024b