taucmdr.cli.commands.trial.tests.test_create module

Test functions.

Functions used for unit tests of create.py.

class taucmdr.cli.commands.trial.tests.test_create.CreateTest(methodName='runTest')[source]

Bases: taucmdr.tests.TestCase

Tests for trial.create.

sample_resolution_helper(option)[source]
test_create()[source]
test_description()[source]

Test –description option

test_h_arg()[source]
test_heap_usage_memory_alloc_profile()[source]

https://github.com/ParaToolsInc/taucmdr/issues/14

test_heap_usage_memory_alloc_sample()[source]

https://github.com/ParaToolsInc/taucmdr/issues/14

test_help_arg()[source]
test_no_time_metric()[source]
test_run_openacc()[source]
test_run_python()[source]
test_run_python2()[source]
test_run_python3()[source]
test_sample_resolution_file()[source]
test_sample_resolution_function()[source]
test_sample_resolution_line()[source]
test_system_load_profile()[source]

Test TAU_TRACK_LOAD w/ profiling

test_system_load_sample()[source]

Test TAU_TRACK_LOAD w/ sampling

test_tau_dir()[source]

Test –tau_dir option

test_without_libdwarf()[source]
test_without_libelf()[source]