.gitignore
.gitlab-ci.yml
AUTHORS.md
ChangeLog.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/update_license_header.py
.github/workflows/codeql.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/application-mapping.md
docs/command-line-options.md
docs/developer-quick-start.md
docs/extension-points.md
docs/file-formats.md
docs/modeling-gpu.md
docs/modeling-io-performance.md
docs/output-formatting.md
docs/quick-start.md
docs/examples/input.txt
docs/images/extra-p-2d.png
docs/images/extra-p.png
docs/images/file-menu.png
docs/images/measurement_point_suggestion.png
docs/images/modeler-panel.png
docs/images/view-models.png
docs/images/modeling-io-performance/euroHPC_logo.jpeg
docs/images/modeling-io-performance/image-1.png
docs/images/modeling-io-performance/image-2-2000x1168.png
docs/images/modeling-io-performance/image-3-2000x1168.png
docs/images/modeling-io-performance/image-4-2000x1168.png
docs/images/modeling-io-performance/image.png
extrap/__init__.py
extrap/__main__.py
extrap.egg-info/PKG-INFO
extrap.egg-info/SOURCES.txt
extrap.egg-info/dependency_links.txt
extrap.egg-info/entry_points.txt
extrap.egg-info/requires.txt
extrap.egg-info/top_level.txt
extrap/comparison/__init__.py
extrap/comparison/experiment_comparison.py
extrap/comparison/matches.py
extrap/comparison/entities/__init__.py
extrap/comparison/entities/comparison_function.py
extrap/comparison/entities/comparison_model.py
extrap/comparison/entities/comparison_model_generator.py
extrap/comparison/entities/projection_info.py
extrap/comparison/entities/comparison_annotation/__init__.py
extrap/comparison/entities/comparison_annotation/approx.svg
extrap/comparison/entities/comparison_annotation/gt.svg
extrap/comparison/entities/comparison_annotation/lt.svg
extrap/comparison/entities/complexity_comparison_annotation/__init__.py
extrap/comparison/entities/complexity_comparison_annotation/eq.svg
extrap/comparison/entities/complexity_comparison_annotation/gt.svg
extrap/comparison/entities/complexity_comparison_annotation/lt.svg
extrap/comparison/entities/complexity_comparison_annotation/mult.svg
extrap/comparison/matchers/__init__.py
extrap/comparison/matchers/minimum_matcher.py
extrap/comparison/matchers/smart_matcher.py
extrap/comparison/metric_conversion/__init__.py
extrap/comparison/metric_conversion/cpu_gpu.py
extrap/entities/__init__.py
extrap/entities/calculation_element.py
extrap/entities/callpath.py
extrap/entities/calltree.py
extrap/entities/coordinate.py
extrap/entities/experiment.py
extrap/entities/fraction.py
extrap/entities/function_computation.py
extrap/entities/functions.py
extrap/entities/hypotheses.py
extrap/entities/measurement.py
extrap/entities/metric.py
extrap/entities/model.py
extrap/entities/named_entity.py
extrap/entities/parameter.py
extrap/entities/scaling_type.py
extrap/entities/terms.py
extrap/entities/annotations/__init__.py
extrap/entities/annotations/comment_annotation/__init__.py
extrap/entities/annotations/comment_annotation/comment_base.svg
extrap/extrap/__init__.py
extrap/extrap/extrapcmd.py
extrap/extrap/extrapcomparison.py
extrap/extrap/extrapgui.py
extrap/fileio/__init__.py
extrap/fileio/experiment_io.py
extrap/fileio/io_helper.py
extrap/fileio/output.py
extrap/fileio/values_io.py
extrap/fileio/file_reader/__init__.py
extrap/fileio/file_reader/abstract_directory_reader.py
extrap/fileio/file_reader/cube_file_reader2.py
extrap/fileio/file_reader/extra_prof.py
extrap/fileio/file_reader/extrap3_experiment_reader.py
extrap/fileio/file_reader/file_reader_mixin.py
extrap/fileio/file_reader/json_file_reader.py
extrap/fileio/file_reader/jsonlines_file_reader.py
extrap/fileio/file_reader/talpas_file_reader.py
extrap/fileio/file_reader/text_file_reader.py
extrap/fileio/file_reader/nv_reader/__init__.py
extrap/fileio/file_reader/nv_reader/agg_ncu_report.py
extrap/fileio/file_reader/nv_reader/ncu_report.py
extrap/fileio/file_reader/nv_reader/nsys_db.py
extrap/fileio/file_reader/nv_reader/binary_parser/__init__.py
extrap/fileio/file_reader/nv_reader/binary_parser/_generate_from_kaitai_.py
extrap/fileio/file_reader/nv_reader/binary_parser/block_header.py
extrap/fileio/file_reader/nv_reader/binary_parser/file_header.py
extrap/fileio/file_reader/nv_reader/binary_parser/ncu-report.ksy
extrap/fileio/file_reader/nv_reader/binary_parser/nsight_cuprof_report.py
extrap/fileio/file_reader/nv_reader/binary_parser/profile_result.py
extrap/fileio/file_reader/nv_reader/binary_parser/profile_source.py
extrap/fileio/file_reader/nv_reader/pb_parser/NvtxCategories_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/NvtxCategories_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/Nvtx_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/Nvtx_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerCategories_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerCategories_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerCommon_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerCommon_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerMetricOptions_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerMetricOptions_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerReportCommon_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerReportCommon_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerReport_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerReport_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerResults_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerResults_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerSection_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerSection_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerStringTable_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/ProfilerStringTable_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/RuleResults_pb2.py
extrap/fileio/file_reader/nv_reader/pb_parser/RuleResults_pb2.pyi
extrap/fileio/file_reader/nv_reader/pb_parser/__init__.py
extrap/fileio/file_reader/nv_reader/pb_parser/_generate_from_proto_.py
extrap/gui/AdvancedPlotWidget.py
extrap/gui/ColorWidget.py
extrap/gui/CoordinateTransformation.py
extrap/gui/DataDisplay.py
extrap/gui/GraphWidget.py
extrap/gui/ImportOptionsDialog.py
extrap/gui/LogWidget.py
extrap/gui/MainWidget.py
extrap/gui/MeasurementWizardWidget.py
extrap/gui/ModelerOptionsWidget.py
extrap/gui/ModelerWidget.py
extrap/gui/PlotTypeSelector.py
extrap/gui/PostProcessingWidget.py
extrap/gui/RankingWidget.py
extrap/gui/SelectorWidget.py
extrap/gui/StrongScalingConversionDialog.py
extrap/gui/TreeModel.py
extrap/gui/TreeView.py
extrap/gui/Utils.py
extrap/gui/__init__.py
extrap/gui/comparison/__init__.py
extrap/gui/comparison/comparison_wizard.py
extrap/gui/comparison/interactive_matcher.py
extrap/gui/components/BasicTableModel.py
extrap/gui/components/ExpanderWidget.py
extrap/gui/components/ParameterValueSlider.py
extrap/gui/components/ProgressWindow.py
extrap/gui/components/__init__.py
extrap/gui/components/about_dialog.py
extrap/gui/components/annotation_delegate.py
extrap/gui/components/developer_tools.py
extrap/gui/components/dynamic_options.py
extrap/gui/components/file_dialog.py
extrap/gui/components/model_color_map.py
extrap/gui/components/plot_formatting_options.py
extrap/gui/components/richtext_delegate.py
extrap/gui/components/switch_widget.py
extrap/gui/components/wizard_pages.py
extrap/gui/components/worker.py
extrap/gui/plots/AbstractPlotWidget.py
extrap/gui/plots/AllFunctionsAsDifferentSurfacePlotWidget.py
extrap/gui/plots/AllFunctionsAsOneSurfacePlotWidget.py
extrap/gui/plots/BaseGraphWidget.py
extrap/gui/plots/DominatingFunctionsAsHeatMapWidget.py
extrap/gui/plots/DominatingFunctionsAsSingleScatterPlotWidget.py
extrap/gui/plots/HeatMapGraphWidget.py
extrap/gui/plots/InterpolatedContourDisplayWidget.py
extrap/gui/plots/IsolinesDisplayWidget.py
extrap/gui/plots/MaxZAsSingleSurfacePlotWidget.py
extrap/gui/plots/MeasurementPointsPlotWidget.py
extrap/gui/plots/__init__.py
extrap/gui/plots/difference_plot.py
extrap/gui/plots/expectation_plot.py
extrap/gui/plots/stacked_area_plot.py
extrap/gui/resources/__init__.py
extrap/gui/resources/menu.svg
extrap/modelers/__init__.py
extrap/modelers/abstract_modeler.py
extrap/modelers/loader.py
extrap/modelers/model_generator.py
extrap/modelers/modeler_options.py
extrap/modelers/multi_parameter/__init__.py
extrap/modelers/multi_parameter/multi_parameter_modeler.py
extrap/modelers/postprocessing/__init__.py
extrap/modelers/postprocessing/arithmetic_intensity_calculation.py
extrap/modelers/postprocessing/estimate_metric.py
extrap/modelers/postprocessing/model_concretization.py
extrap/modelers/postprocessing/total_energy.py
extrap/modelers/postprocessing/aggregation/__init__.py
extrap/modelers/postprocessing/aggregation/abstract_binary_aggregation.py
extrap/modelers/postprocessing/aggregation/max_aggregation.py
extrap/modelers/postprocessing/aggregation/sum_aggregation.py
extrap/modelers/postprocessing/analysis/__init__.py
extrap/modelers/postprocessing/analysis/parallel_efficiency_analysis.py
extrap/modelers/postprocessing/analysis/parallel_speedup_analysis.py
extrap/modelers/single_parameter/__init__.py
extrap/modelers/single_parameter/abstract_base.py
extrap/modelers/single_parameter/basic.py
extrap/modelers/single_parameter/refining.py
extrap/modelers/single_parameter/segmented.py
extrap/modelers/single_parameter/adaptive/__init__.py
extrap/mpa/__init__.py
extrap/mpa/add_selection_strategy.py
extrap/mpa/base_selection_strategy.py
extrap/mpa/gpr_selection_strategy.py
extrap/mpa/measurement_point_advisor.py
extrap/mpa/util.py
extrap/util/__init__.py
extrap/util/caching.py
extrap/util/classproperty.py
extrap/util/deprecation.py
extrap/util/dynamic_options.py
extrap/util/event.py
extrap/util/exceptions.py
extrap/util/extension_loader.py
extrap/util/formatting_helper.py
extrap/util/latex_formatting.py
extrap/util/measurement_set.py
extrap/util/options_parser.py
extrap/util/progress_bar.py
extrap/util/serialization_schema.py
extrap/util/string_formats.py
extrap/util/sympy_functions.py
extrap/util/unique_list.py
extrap/util/warnings.py
tests/__init__.py
tests/modelling_testcase.py
tests/serialization_testcase.py
tests/test_aggregation.py
tests/test_basic_modeler.py
tests/test_comparison.py
tests/test_compat.py
tests/test_computation_function.py
tests/test_console.py
tests/test_efficiency_analysis.py
tests/test_fraction.py
tests/test_gui.py
tests/test_load_cube_files.py
tests/test_load_extra_prof.py
tests/test_load_extrap3_experiment.py
tests/test_load_json_file.py
tests/test_load_jsonlines_file.py
tests/test_load_nsight.py
tests/test_load_save_experiment.py
tests/test_load_talpas_file.py
tests/test_load_text_file.py
tests/test_measurement.py
tests/test_metric_conversion.py
tests/test_modeler_adaptive.py
tests/test_modeling.py
tests/test_mpa.py
tests/test_mpa_base_strategy.py
tests/test_mpa_gpr_strategy.py
tests/test_mpa_utils.py
tests/test_multi_param_modeler.py
tests/test_output.py
tests/test_refining_modeler.py
tests/test_scaling_detection.py
tests/test_segmented_modeler.py
tests/test_serialization.py
tests/test_serializing_segments.py
tests/test_serializing_values.py
tests/test_tags.py
tests/data/mpi_data.csv
tests/data/comparison/lulesh-cpu_demangled.extra-p
tests/data/comparison/lulesh_with_tags.extra-p
tests/data/comparison/one_parameter_1_other_coordinates.txt
tests/data/cubeset/allowed_formats/mm.x1.1y1.1z1.1/profile1.cubex
tests/data/cubeset/allowed_formats/mm.x1.1y1.1z1.1/profile2.cubex
tests/data/cubeset/allowed_formats/mm.x10y1z1.r1/profile.cubex
tests/data/cubeset/allowed_formats/mm.x1y1z1/profile1.cubex
tests/data/cubeset/allowed_formats/mm.x1y1z1/profile2.cubex
tests/data/cubeset/allowed_formats/mm.x20,5.y20,5.z1,5.r1/profile.cubex
tests/data/cubeset/allowed_formats/mm.x20,5.y20,5.z1,5.r1/scorep.cfg
tests/data/cubeset/allowed_formats/mm.x21.5,y21,5,z1.15.r1/profile.cubex
tests/data/cubeset/allowed_formats/mm.x21.5,y21,5,z1.15.r1/scorep.cfg
tests/data/cubeset/allowed_formats/mm.x22.5.y22.5.z1.25.r1/profile.cubex
tests/data/cubeset/allowed_formats/mm.x22.5.y22.5.z1.25.r1/scorep.cfg
tests/data/cubeset/allowed_formats/mm.x25.y25.z1.r1/profile.cubex
tests/data/cubeset/allowed_formats/mm.x25.y25.z1.r1/scorep.cfg
tests/data/cubeset/allowed_formats/x10y1z1/profile.cubex
tests/data/cubeset/cuda_callsite_data/gpu.s128/MANIFEST.md
tests/data/cubeset/cuda_callsite_data/gpu.s128/profile.cubex
tests/data/cubeset/cuda_callsite_data/gpu.s128/scorep.cfg
tests/data/cubeset/cuda_callsite_data/gpu.s64/MANIFEST.md
tests/data/cubeset/cuda_callsite_data/gpu.s64/profile.cubex
tests/data/cubeset/cuda_callsite_data/gpu.s64/scorep.cfg
tests/data/cubeset/extra_file/test_file.txt
tests/data/cubeset/extra_file/mm.x10y1z1.r1/profile.cubex
tests/data/cubeset/extra_file/mm.x1y1z1.r1/profile.cubex
tests/data/cubeset/extra_folder/_test_folder/.keep
tests/data/cubeset/extra_folder/mm.x10y1z1.r1/profile.cubex
tests/data/cubeset/extra_folder/mm.x1y1z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y10z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y10z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y10z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y10z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y10z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y10z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y1z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y1z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y1z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y1z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y1z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y1z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y25z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y25z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y25z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y25z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x10y25z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x10y25z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y10z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y10z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y10z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y10z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y10z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y10z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y1z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y1z1.r1/profile.ini
tests/data/cubeset/multi_parameter/mm.x1y1z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y1z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y1z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y1z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y25z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y25z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y25z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y25z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x1y25z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x1y25z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y10z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y10z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y10z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y10z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y10z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y10z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y1z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y1z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y1z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y1z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y1z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y1z25.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y25z1.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y25z1.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y25z10.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y25z10.r1/scorep.cfg
tests/data/cubeset/multi_parameter/mm.x25y25z25.r1/profile.cubex
tests/data/cubeset/multi_parameter/mm.x25y25z25.r1/scorep.cfg
tests/data/cubeset/negative_example/mm.x1y1wrong1/profile.cubex
tests/data/cubeset/negative_example/x10y1z1/profile.cubex
tests/data/cubeset/negative_example2/mm.y1x1z1/profile.cubex
tests/data/cubeset/negative_example2/x10y1z1/profile.cubex
tests/data/cubeset/simple_threaded/example.f1/cube-example1.cubex
tests/data/cubeset/simple_threaded/example.f2/cube-example2.cubex
tests/data/cubeset/simple_threaded/example.f3/cube-example3.cubex
tests/data/cubeset/simple_threaded/example.f4/cube-example4.cubex
tests/data/cubeset/simple_threaded/example.f5/cube-example5.cubex
tests/data/cubeset/single_parameter/mm.x1000y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x100y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x10y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x1y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x2000y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x250y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x25y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x500y1z1.r1/profile.cubex
tests/data/cubeset/single_parameter/mm.x50y1z1.r1/profile.cubex
tests/data/experiments/two_parameter3.txt.extra-p
tests/data/extra_prof/test1/test.s1/profile-hwc.extra-prof.msgpack
tests/data/extra_prof/test1/test.s1/profile.extra-prof.msgpack
tests/data/extra_prof/test1/test.s2/profile-hwc.extra-prof.msgpack
tests/data/extra_prof/test1/test.s2/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s16/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s16/profile.extra-prof.msgpack.bak
tests/data/extra_prof/test2/example.s2/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s2/profile.extra-prof.msgpack.bak
tests/data/extra_prof/test2/example.s32/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s32/profile.extra-prof.msgpack.bak
tests/data/extra_prof/test2/example.s4/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s4/profile.extra-prof.msgpack.bak
tests/data/extra_prof/test2/example.s8/profile.extra-prof.msgpack
tests/data/extra_prof/test2/example.s8/profile.extra-prof.msgpack.bak
tests/data/extra_prof/test3/example.s2/profile.extra-prof.msgpack
tests/data/extra_prof/test3/example.s3/profile.extra-prof.msgpack
tests/data/extra_prof/test3/example.s4/profile.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r1/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r1/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r1/profile2.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r2/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r2/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s2.r2/profile2.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r1/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r1/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r1/profile2.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r2/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r2/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s3.r2/profile2.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r1/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r1/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r1/profile2.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r2/profile0.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r2/profile1.extra-prof.msgpack
tests/data/extra_prof/test4/example.s4.r2/profile2.extra-prof.msgpack
tests/data/extra_prof/test_with_energy/example.s2/profile.extra-prof.msgpack
tests/data/extra_prof/test_with_energy/example.s3/profile.extra-prof.msgpack
tests/data/input/exp_only_mean_median.extra-p
tests/data/input/experiment_3
tests/data/input/experiment_3_mp
tests/data/input/experiment_3_sparse
tests/data/input/input_data_1p.txt
tests/data/input/input_data_2p.txt
tests/data/input/input_data_3p.txt
tests/data/input/json_test_input.jsonl
tests/data/input/json_test_input2.jsonl
tests/data/input/json_test_input3.jsonl
tests/data/input/json_test_input4.jsonl
tests/data/input/json_test_input5.jsonl
tests/data/input/json_test_input6.jsonl
tests/data/input/synthetic-data.py
tests/data/input/experiments_MP/experiment_MP.txt
tests/data/input/experiments_MP/experiment_MP_neg1.txt
tests/data/input/experiments_MP/experiment_MP_neg2.txt
tests/data/input/experiments_SP/experiment2.txt
tests/data/input/experiments_SP/experiment3_neg.txt
tests/data/input/experiments_SP/experiment4.txt
tests/data/input/experiments_SP/experiment_neg.txt
tests/data/json/input_1.JSON
tests/data/json/input_10.JSON
tests/data/json/input_11.JSON
tests/data/json/input_12.JSON
tests/data/json/input_2.JSON
tests/data/json/input_3.JSON
tests/data/json/input_4.JSON
tests/data/json/input_5.JSON
tests/data/json/input_6.JSON
tests/data/json/input_7.JSON
tests/data/json/input_8.JSON
tests/data/json/input_9.JSON
tests/data/json/new/input1.json
tests/data/json/new/input2.json
tests/data/jsonlines/band_matrix_2p.jsonl
tests/data/jsonlines/complete_matrix_2p.jsonl
tests/data/jsonlines/cross_matrix_2p.jsonl
tests/data/jsonlines/extended1.jsonl
tests/data/jsonlines/extended2.jsonl
tests/data/jsonlines/incomplete_matrix_2p.jsonl
tests/data/jsonlines/input_1.jsonl
tests/data/jsonlines/matrix_3p.jsonl
tests/data/jsonlines/matrix_3p_bands.jsonl
tests/data/jsonlines/matrix_3p_bands_incomplete.jsonl
tests/data/jsonlines/matrix_4p.jsonl
tests/data/jsonlines/reduced.jsonl
tests/data/jsonlines/sparse_matrix_2p.jsonl
tests/data/jsonlines/test1.jsonl
tests/data/jsonlines/test2.jsonl
tests/data/nsight/concurrent_example/concurrent.s1/profile1.sqlite
tests/data/nsight/concurrent_example/concurrent.s16/profile16.sqlite
tests/data/nsight/concurrent_example/concurrent.s2/profile2.sqlite
tests/data/nsight/concurrent_example/concurrent.s4/profile4.sqlite
tests/data/nsight/concurrent_example/concurrent.s8/profile8.sqlite
tests/data/nsight/nsys_db/con_kernel.sqlite
tests/data/nsight/sampled_callchains/ex-gpu.s10/ex-gpu.s10.ncu-rep
tests/data/nsight/sampled_callchains/ex-gpu.s10/ex-gpu.s10.sqlite
tests/data/nsight/sampled_callchains/ex-gpu.s100/ex-gpu.s100.ncu-rep
tests/data/nsight/sampled_callchains/ex-gpu.s100/ex-gpu.s100.sqlite
tests/data/nsight/sampled_callchains/ex-gpu.s1000/ex-gpu.s1000.ncu-rep
tests/data/nsight/sampled_callchains/ex-gpu.s1000/ex-gpu.s1000.sqlite
tests/data/nsight/sampled_callchains/ex-gpu.s10000/ex-gpu.s10000.ncu-rep
tests/data/nsight/sampled_callchains/ex-gpu.s10000/ex-gpu.s10000.sqlite
tests/data/nsight/sampled_callchains/ex-gpu.s100000/ex-gpu.s100000.ncu-rep
tests/data/nsight/sampled_callchains/ex-gpu.s100000/ex-gpu.s100000.sqlite
tests/data/talpas/talpas_1.txt
tests/data/talpas/talpas_10_neg.txt
tests/data/talpas/talpas_2.txt
tests/data/talpas/talpas_3.txt
tests/data/talpas/talpas_4.txt
tests/data/talpas/talpas_5.txt
tests/data/talpas/talpas_6.txt
tests/data/talpas/talpas_7.txt
tests/data/talpas/talpas_8.txt
tests/data/talpas/talpas_9.txt
tests/data/text/one_parameter_1.txt
tests/data/text/one_parameter_2.txt
tests/data/text/one_parameter_3.txt
tests/data/text/one_parameter_4.txt
tests/data/text/one_parameter_5.txt
tests/data/text/one_parameter_6.txt
tests/data/text/one_parameter_7.txt
tests/data/text/one_parameter_segmented_1.txt
tests/data/text/one_parameter_segmented_2.txt
tests/data/text/one_parameter_segmented_3.txt
tests/data/text/one_parameter_segmented_4.txt
tests/data/text/one_parameter_segmented_5.txt
tests/data/text/one_parameter_segmented_6.txt
tests/data/text/three_parameter_1.txt
tests/data/text/three_parameter_2.txt
tests/data/text/three_parameter_3.txt
tests/data/text/two_parameter_1.txt
tests/data/text/two_parameter_2.txt
tests/data/text/two_parameter_3.txt
tests/data/text/two_parameter_4.txt
tests/data/text/two_parameter_5.txt
tests/data/text/two_parameter_6.txt
tests/data/text/two_parameter_7.txt
tests/data/text/two_parameter_segmented_1.txt
tests/data/text/mpa/1_param_add.txt
tests/data/text/mpa/1_param_base.txt
tests/data/text/mpa/1_param_base2.txt
tests/data/text/mpa/1_param_base3.txt
tests/data/text/mpa/1_param_base4.txt
tests/data/text/mpa/1_param_base5.txt
tests/data/text/mpa/1_param_base6.txt
tests/data/text/mpa/1_param_base7.txt
tests/data/text/mpa/1_param_base8.txt
tests/data/text/mpa/1_param_gpr.txt
tests/data/text/mpa/2_param_add.txt
tests/data/text/mpa/2_param_add2.txt
tests/data/text/mpa/2_param_base.txt
tests/data/text/mpa/2_param_base2.txt
tests/data/text/mpa/2_param_base3.txt
tests/data/text/mpa/2_param_gpr.txt
tests/data/text/mpa/2_param_gpr2.txt
tests/data/text/mpa/3_param_add.txt
tests/data/text/mpa/3_param_base.txt
tests/data/text/mpa/3_param_gpr.txt
tests/data/text/mpa/4_param_add.txt
tests/data/text/mpa/4_param_base.txt
tests/data/text/mpa/4_param_gpr.txt
tests/data/text/mpa/gpr_test_data_1.txt
tests/data/text/mpa/gpr_test_data_2.txt
tests/data/text/mpa/relearn_data.txt
tests/data/text/strong_scaling/one_parameter_1.txt
tests/data/text/strong_scaling/one_parameter_2.txt
tests/data/text/strong_scaling/one_parameter_6.txt
tests/data/text/strong_scaling/two_parameter_1.txt
tests/data/text/strong_scaling/two_parameter_2.txt
tests/data/text/strong_scaling/two_parameter_7.txt
tools/aggregate_historic_dcdb_performance_data.py
tools/create_scorep_filter.py
tools/scorep_filter_generator.py
tools/AggregateNCUReport/.gitignore
tools/AggregateNCUReport/CMakeLists.txt
tools/AggregateNCUReport/AggregateNCUReport/AggregateNCUReport.cpp
tools/AggregateNCUReport/AggregateNCUReport/AggregateNCUReport.h
tools/AggregateNCUReport/AggregateNCUReport/CMakeLists.txt
tools/AggregateNCUReport/AggregateNCUReport/block_header.h
tools/AggregateNCUReport/AggregateNCUReport/file_header.h
tools/AggregateNCUReport/AggregateNCUReport/nsight_cuprof_report.cpp
tools/AggregateNCUReport/AggregateNCUReport/nsight_cuprof_report.h
tools/AggregateNCUReport/AggregateNCUReport/profile_result.h
tools/AggregateNCUReport/AggregateNCUReport/profile_source.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/Nvtx.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/Nvtx.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/NvtxCategories.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/NvtxCategories.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerCategories.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerCategories.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerCommon.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerCommon.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerMetricOptions.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerMetricOptions.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerReport.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerReport.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerReportCommon.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerReportCommon.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerResults.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerResults.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerSection.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerSection.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerStringTable.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/ProfilerStringTable.pb.h
tools/AggregateNCUReport/AggregateNCUReport/proto_files/RuleResults.pb.cc
tools/AggregateNCUReport/AggregateNCUReport/proto_files/RuleResults.pb.h
tools/extra-prof/.clang-format
tools/extra-prof/.gitattributes
tools/extra-prof/.gitignore
tools/extra-prof/README.md
tools/extra-prof/clang++-wrapper.sh
tools/extra-prof/extra-prof-wrapper.sh
tools/extra-prof/g++-wrapper.sh
tools/extra-prof/gcc-wrapper.sh
tools/extra-prof/mpicc-wrapper.sh
tools/extra-prof/mpicxx-wrapper.sh
tools/extra-prof/nvcc-wrapper.sh
tools/extra-prof/profile-viewer.py
tools/extra-prof/example-cpu/ParallelKernelsTest.cpp
tools/extra-prof/example-cpu/ParallelKernelsTest.h
tools/extra-prof/example-cpu/library.cpp
tools/extra-prof/example-cpu/library.hpp
tools/extra-prof/example-cpu/test_build.sh
tools/extra-prof/example-cpu/test_build_no_profile.sh
tools/extra-prof/example-cpu/tests.h
tools/extra-prof/example-gpu/ParallelKernelsTest.cpp
tools/extra-prof/example-gpu/ParallelKernelsTest.h
tools/extra-prof/example-gpu/copy_test.cu
tools/extra-prof/example-gpu/gcc_echo_wrapper.sh
tools/extra-prof/example-gpu/kernels.cu
tools/extra-prof/example-gpu/library.cpp
tools/extra-prof/example-gpu/library.hpp
tools/extra-prof/example-gpu/library_kernels.cu
tools/extra-prof/example-gpu/max_parallel_test.cu
tools/extra-prof/example-gpu/test_build.sh
tools/extra-prof/example-gpu/tests.h
tools/extra-prof/example-gpu-lulesh/build.sh
tools/extra-prof/example-gpu-lulesh/xyz.asc
tools/extra-prof/example-gpu-lulesh/src/README
tools/extra-prof/example-gpu-lulesh/src/allocator.cu
tools/extra-prof/example-gpu-lulesh/src/allocator.h
tools/extra-prof/example-gpu-lulesh/src/lulesh-comms-gpu.cu
tools/extra-prof/example-gpu-lulesh/src/lulesh-comms.cu
tools/extra-prof/example-gpu-lulesh/src/lulesh.cu
tools/extra-prof/example-gpu-lulesh/src/lulesh.h
tools/extra-prof/example-gpu-lulesh/src/sm_utils.inl
tools/extra-prof/example-gpu-lulesh/src/util.h
tools/extra-prof/example-gpu-lulesh/src/vector.h
tools/extra-prof/extra_prof/address_mapping.h
tools/extra-prof/extra_prof/calltree_node.cpp
tools/extra-prof/extra_prof/calltree_node.h
tools/extra-prof/extra_prof/common_types.h
tools/extra-prof/extra_prof/concurrent_array_list.h
tools/extra-prof/extra_prof/concurrent_map.h
tools/extra-prof/extra_prof/concurrent_pair_vector.h
tools/extra-prof/extra_prof/events.h
tools/extra-prof/extra_prof/filesystem.h
tools/extra-prof/extra_prof/globals.h
tools/extra-prof/extra_prof/globals_gpu.h
tools/extra-prof/extra_prof/globals_thread.h
tools/extra-prof/extra_prof/memory_pool.h
tools/extra-prof/extra_prof/msgpack_adaptors.h
tools/extra-prof/extra_prof/profile.h
tools/extra-prof/extra_prof/so_specific_functions.h
tools/extra-prof/extra_prof/so_specific_gpu_functions.h
tools/extra-prof/extra_prof/compiler_information/find_libstd_include.cpp
tools/extra-prof/extra_prof/containers/pair.h
tools/extra-prof/extra_prof/containers/string.h
tools/extra-prof/extra_prof/containers/vector.h
tools/extra-prof/extra_prof/injection/injection.cpp
tools/extra-prof/extra_prof/injection/so_specific_gpu_functions.cpp
tools/extra-prof/extra_prof/instrumentation/commons.h
tools/extra-prof/extra_prof/instrumentation/energy.cpp
tools/extra-prof/extra_prof/instrumentation/energy.h
tools/extra-prof/extra_prof/instrumentation/function_instrumentation.cpp
tools/extra-prof/extra_prof/instrumentation/gpu_energy.cpp
tools/extra-prof/extra_prof/instrumentation/gpu_energy.h
tools/extra-prof/extra_prof/instrumentation/gpu_hwc_images.h
tools/extra-prof/extra_prof/instrumentation/gpu_hwc_instrumentation.h
tools/extra-prof/extra_prof/instrumentation/gpu_instrumentation.cpp
tools/extra-prof/extra_prof/instrumentation/gpu_instrumentation.h
tools/extra-prof/extra_prof/instrumentation/gpu_runtime_instrumentation.h
tools/extra-prof/extra_prof/instrumentation/instrumentation.cpp
tools/extra-prof/extra_prof/instrumentation/start_end.h
tools/extra-prof/extra_prof/library/address_mapping.cpp
tools/extra-prof/extra_prof/library/exit_wrapper.cpp
tools/extra-prof/extra_prof/library/globals.cpp
tools/extra-prof/extra_prof/library/gomp_wrapper.cpp
tools/extra-prof/extra_prof/library/lib_extra_prof.cpp
tools/extra-prof/extra_prof/library/lib_extra_prof.h
tools/extra-prof/extra_prof/library/ompt_wrapper.cpp
tools/extra-prof/extra_prof/library/pthread_wrapper.cpp
tools/extra-prof/extra_prof/vendor/readerwriterqueue/CMakeLists.txt
tools/extra-prof/extra_prof/vendor/readerwriterqueue/LICENSE.md
tools/extra-prof/extra_prof/vendor/readerwriterqueue/README.md
tools/extra-prof/extra_prof/vendor/readerwriterqueue/atomicops.h
tools/extra-prof/extra_prof/vendor/readerwriterqueue/readerwritercircularbuffer.h
tools/extra-prof/extra_prof/vendor/readerwriterqueue/readerwriterqueue.h
tools/gpu-micro-bench/benchmark.py
tools/gpu-micro-bench/src/benchmark.cu