diff --git a/metrics/620069e05ce53ac10f5ccffbfa9fcbb07f18ba71.json b/metrics/620069e05ce53ac10f5ccffbfa9fcbb07f18ba71.json new file mode 100644 index 000000000..d3981968f --- /dev/null +++ b/metrics/620069e05ce53ac10f5ccffbfa9fcbb07f18ba71.json @@ -0,0 +1,9197 @@ +{ + "commit": { + "date": "2024-04-29T22:09:28+00:00", + "hash": "620069e05ce53ac10f5ccffbfa9fcbb07f18ba71", + "message": "perf: Try fast pow for `EigenStepper` step size scaling (#3153)" + }, + "parent": { + "date": "2024-04-29T18:20:39+00:00", + "hash": "b55bbb02b790e7cce1d541997452dfcb85842b41", + "message": "feat: show gen-1/2 geometry in obj (#3159)" + }, + "branch": "main", + "date": "2024-04-29T23:47:29.147957", + "results": [ + { + "name": "max_rss_Tests/UnitTests/Alignment/Kernel/AlignmentTests.cpp", + "group": "compile_max_rss", + "value": 2.7818069458007812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/Gx2fTests.cpp", + "group": "compile_max_rss", + "value": 2.3661575317382812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/KalmanFitterTests.cpp", + "group": "compile_max_rss", + "value": 2.3405685424804688, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Alignment/src/AlignmentAlgorithmFunction.cpp", + "group": "compile_max_rss", + "value": 2.328582763671875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/GsfTests.cpp", + "group": "compile_max_rss", + "value": 2.2872314453125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFinding/CombinatorialKalmanFilterTests.cpp", + "group": "compile_max_rss", + "value": 2.225269317626953, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/GsfFitterFunction.cpp", + "group": "compile_max_rss", + "value": 2.0821380615234375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 2.040313720703125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Podio/PodioTrackStateContainerTest.cpp", + "group": "compile_max_rss", + "value": 2.03277587890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/MaterialCollectionTests.cpp", + "group": "compile_max_rss", + "value": 2.0128631591796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/EigenStepperTests.cpp", + "group": "compile_max_rss", + "value": 1.9649848937988281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/Fatras/FatrasSimulationTests.cpp", + "group": "compile_max_rss", + "value": 1.7728118896484375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/GlobalChiSquareFitterFunction.cpp", + "group": "compile_max_rss", + "value": 1.752105712890625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/KalmanVertexUpdater.cpp", + "group": "compile_max_rss", + "value": 1.736572265625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/EventDataView3DTests.cpp", + "group": "compile_max_rss", + "value": 1.7281265258789062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GainMatrixUpdater.cpp", + "group": "compile_max_rss", + "value": 1.7075157165527344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp", + "group": "compile_max_rss", + "value": 1.6518783569335938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/MultiTrajectoryTests.cpp", + "group": "compile_max_rss", + "value": 1.6286544799804688, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Fatras/src/FatrasSimulation.cpp", + "group": "compile_max_rss", + "value": 1.52716064453125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/ExtrapolatorTests.cpp", + "group": "compile_max_rss", + "value": 1.4961395263671875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/DirectNavigatorTests.cpp", + "group": "compile_max_rss", + "value": 1.4923133850097656, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithmFunction.cpp", + "group": "compile_max_rss", + "value": 1.4617576599121094, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepReader.cpp", + "group": "compile_max_rss", + "value": 1.455535888671875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/SubspaceTests.cpp", + "group": "compile_max_rss", + "value": 1.4535675048828125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/PropagatorMaterialAssignerTests.cpp", + "group": "compile_max_rss", + "value": 1.4525718688964844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationDenseConstant.cpp", + "group": "compile_max_rss", + "value": 1.4522323608398438, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GlobalChiSquareFitter.cpp", + "group": "compile_max_rss", + "value": 1.4276542663574219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/CovarianceEngineTests.cpp", + "group": "compile_max_rss", + "value": 1.4214134216308594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/KalmanFitterFunction.cpp", + "group": "compile_max_rss", + "value": 1.4125595092773438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Podio/PodioTrackContainerTest.cpp", + "group": "compile_max_rss", + "value": 1.4112510681152344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/SpacePointFormation/SpacePointBuilderTests.cpp", + "group": "compile_max_rss", + "value": 1.4083099365234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/BoundToCurvilinearConversionTests.cpp", + "group": "compile_max_rss", + "value": 1.4045791625976562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Seeding/EstimateTrackParamsFromSeedTest.cpp", + "group": "compile_max_rss", + "value": 1.4035873413085938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/KalmanExtrapolatorTests.cpp", + "group": "compile_max_rss", + "value": 1.3983535766601562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationBentTracks.cpp", + "group": "compile_max_rss", + "value": 1.37835693359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/MultiStepperTests.cpp", + "group": "compile_max_rss", + "value": 1.3658065795898438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/PropagatorTests.cpp", + "group": "compile_max_rss", + "value": 1.3603172302246094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/GsfComponentMergingTests.cpp", + "group": "compile_max_rss", + "value": 1.3540267944335938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/VolumeMaterialMapperTests.cpp", + "group": "compile_max_rss", + "value": 1.3429183959960938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFinding/MeasurementSelector.cpp", + "group": "compile_max_rss", + "value": 1.3263473510742188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/EventData/ScalingCalibrator.cpp", + "group": "compile_max_rss", + "value": 1.3191184997558594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootTrackStatesWriter.cpp", + "group": "compile_max_rss", + "value": 1.2898941040039062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/TrackTests.cpp", + "group": "compile_max_rss", + "value": 1.287811279296875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Vertexing/src/AdaptiveMultiVertexFinderAlgorithm.cpp", + "group": "compile_max_rss", + "value": 1.28631591796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/DetectorNavigatorTests.cpp", + "group": "compile_max_rss", + "value": 1.2853050231933594, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/VolumeMaterialMapper.cpp", + "group": "compile_max_rss", + "value": 1.2797966003417969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 1.2730903625488281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationEigenConstant.cpp", + "group": "compile_max_rss", + "value": 1.2700729370117188, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/DetectorJsonConverter.cpp", + "group": "compile_max_rss", + "value": 1.2672233581542969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationCompareAtlasEigenConstant.cpp", + "group": "compile_max_rss", + "value": 1.2666397094726562, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/NuclearInteractions/src/detail/NuclearInteractionParametrisation.cpp", + "group": "compile_max_rss", + "value": 1.2593307495117188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/TGeoDetector/src/TGeoDetector.cpp", + "group": "compile_max_rss", + "value": 1.2574577331542969, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Performance/ActsExamples/Io/Performance/VertexPerformanceWriter.cpp", + "group": "compile_max_rss", + "value": 1.256744384765625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/ImpactPointEstimatorTests.cpp", + "group": "compile_max_rss", + "value": 1.2394447326660156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/SurfaceMaterialMapper.cpp", + "group": "compile_max_rss", + "value": 1.2381935119628906, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/GenericCuboidVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 1.2340049743652344, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepTrackReader.cpp", + "group": "compile_max_rss", + "value": 1.2232398986816406, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Vertexing/src/IterativeVertexFinderAlgorithm.cpp", + "group": "compile_max_rss", + "value": 1.222381591796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationCompareEigenStraightLine.cpp", + "group": "compile_max_rss", + "value": 1.215850830078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/IterativeVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 1.2100944519042969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/DetectorVolumeFinderJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 1.1796875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/DetectorVolumeJsonConverter.cpp", + "group": "compile_max_rss", + "value": 1.1721916198730469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/SurfaceMaterialMapperTests.cpp", + "group": "compile_max_rss", + "value": 1.1714515686035156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationStraightLine.cpp", + "group": "compile_max_rss", + "value": 1.1669845581054688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/DetectorJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 1.1592864990234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/LinearizedTrackFactoryTests.cpp", + "group": "compile_max_rss", + "value": 1.13385009765625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepMeasurementReader.cpp", + "group": "compile_max_rss", + "value": 1.1317520141601562, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepUtil.cpp", + "group": "compile_max_rss", + "value": 1.1220512390136719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFitterTests.cpp", + "group": "compile_max_rss", + "value": 1.1196556091308594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PropagationAtlasConstant.cpp", + "group": "compile_max_rss", + "value": 1.1173629760742188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/EDM4hep/ConvertTrackEDM4hepTest.cpp", + "group": "compile_max_rss", + "value": 1.1115150451660156, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/Geant4Simulation.cpp", + "group": "compile_max_rss", + "value": 1.1114845275878906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/TrackTestsExtra.cpp", + "group": "compile_max_rss", + "value": 1.1010169982910156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/DetectorVolumeJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 1.0934600830078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/RayFrustumBenchmark.cpp", + "group": "compile_max_rss", + "value": 1.0772628784179688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/FrustumTest.cpp", + "group": "compile_max_rss", + "value": 1.06671142578125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/EigenStepperBenchmark.cpp", + "group": "compile_max_rss", + "value": 1.0660514831542969, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Vertexing/src/VertexFitterAlgorithm.cpp", + "group": "compile_max_rss", + "value": 1.0627861022949219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/LineSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 1.0614433288574219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepTrackWriter.cpp", + "group": "compile_max_rss", + "value": 1.0534210205078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/NavigatorTests.cpp", + "group": "compile_max_rss", + "value": 1.0435562133789062, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/AmbiguityResolution/src/GreedyAmbiguityResolutionAlgorithm.cpp", + "group": "compile_max_rss", + "value": 1.0268898010253906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/DD4hepCylindricalDetectorTests.cpp", + "group": "compile_max_rss", + "value": 1.0261611938476562, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Vertexing/src/SingleSeedVertexFinderAlgorithm.cpp", + "group": "compile_max_rss", + "value": 1.0138130187988281, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/GeneratorsPythia8/ActsExamples/Generators/Pythia8ProcessGenerator.cpp", + "group": "compile_max_rss", + "value": 0.9988937377929688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/LoopProtectionTests.cpp", + "group": "compile_max_rss", + "value": 0.9957122802734375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/DigitizationAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.99212646484375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvMeasurementWriter.cpp", + "group": "compile_max_rss", + "value": 0.9881057739257812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/TrackSelectorAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.9875564575195312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/ContextualDetector/src/AlignedDetector.cpp", + "group": "compile_max_rss", + "value": 0.9828033447265625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.cpp", + "group": "compile_max_rss", + "value": 0.9748725891113281, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GsfUtils.cpp", + "group": "compile_max_rss", + "value": 0.9740066528320312, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/ConvertDD4hepDetector.cpp", + "group": "compile_max_rss", + "value": 0.9714775085449219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepSimHitWriter.cpp", + "group": "compile_max_rss", + "value": 0.9687461853027344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/KalmanVertexUpdaterTests.cpp", + "group": "compile_max_rss", + "value": 0.9645195007324219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepMultiTrajectoryWriter.cpp", + "group": "compile_max_rss", + "value": 0.9628181457519531, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepMeasurementWriter.cpp", + "group": "compile_max_rss", + "value": 0.9612579345703125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/LayerStructureBuilder.cpp", + "group": "compile_max_rss", + "value": 0.960235595703125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/ZScanVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 0.9573516845703125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CylindricalDetectorHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.9561538696289062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/FullBilloirVertexFitterTests.cpp", + "group": "compile_max_rss", + "value": 0.9555435180664062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/DD4hepCylinderLayerStructureTests.cpp", + "group": "compile_max_rss", + "value": 0.9539146423339844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/DD4hepDiscLayerStructureTests.cpp", + "group": "compile_max_rss", + "value": 0.9538116455078125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/IndexedSurfacesJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.9524040222167969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/SurfaceArrayCreatorTests.cpp", + "group": "compile_max_rss", + "value": 0.9523849487304688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Geant4/Geant4SurfaceProviderTests.cpp", + "group": "compile_max_rss", + "value": 0.9505462646484375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootMeasurementWriter.cpp", + "group": "compile_max_rss", + "value": 0.9494590759277344, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepLayerBuilder.cpp", + "group": "compile_max_rss", + "value": 0.947998046875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/TrackFittingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.9457244873046875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/FullBilloirVertexFitter.cpp", + "group": "compile_max_rss", + "value": 0.9426765441894531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/StraightLineStepperBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.9423713684082031, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/RefittingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.9406051635742188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootTrackSummaryWriter.cpp", + "group": "compile_max_rss", + "value": 0.9376373291015625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/EDM4hep/src/EDM4hepParticleWriter.cpp", + "group": "compile_max_rss", + "value": 0.9340476989746094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/IndexedSurfacesGeneratorTests.cpp", + "group": "compile_max_rss", + "value": 0.932586669921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4HepMC/src/EventRecording.cpp", + "group": "compile_max_rss", + "value": 0.92742919921875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/TrackingGeometryView3DTests.cpp", + "group": "compile_max_rss", + "value": 0.9102745056152344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/SurfaceView3DTests.cpp", + "group": "compile_max_rss", + "value": 0.9045372009277344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Examples/Algorithms/Alignment/AlignmentGroupingTests.cpp", + "group": "compile_max_rss", + "value": 0.9029617309570312, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Examples/Io/Csv/MeasurementReaderWriterTests.cpp", + "group": "compile_max_rss", + "value": 0.8995552062988281, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepBlueprintFactory.cpp", + "group": "compile_max_rss", + "value": 0.8979263305664062, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvMeasurementReader.cpp", + "group": "compile_max_rss", + "value": 0.895599365234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/BoundTrackParametersTests.cpp", + "group": "compile_max_rss", + "value": 0.8943748474121094, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/DD4hepDetector/src/DD4hepDetector.cpp", + "group": "compile_max_rss", + "value": 0.8897285461425781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Alignment/src/AlignmentAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.8873023986816406, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/detail/JacobianEngine.cpp", + "group": "compile_max_rss", + "value": 0.8872833251953125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvTrackParameterWriter.cpp", + "group": "compile_max_rss", + "value": 0.8823890686035156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/TrackingGeometryCreationTests.cpp", + "group": "compile_max_rss", + "value": 0.8785552978515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/AtlasStepperBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.8768882751464844, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootMaterialDecorator.cpp", + "group": "compile_max_rss", + "value": 0.8660202026367188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootTrackSummaryReader.cpp", + "group": "compile_max_rss", + "value": 0.8657073974609375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GainMatrixSmoother.cpp", + "group": "compile_max_rss", + "value": 0.8626327514648438, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootAthenaNTupleReader.cpp", + "group": "compile_max_rss", + "value": 0.8598060607910156, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/MaterialMapJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.8499908447265625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvPlanarClusterReader.cpp", + "group": "compile_max_rss", + "value": 0.8473052978515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFinding/TrackSelectorTests.cpp", + "group": "compile_max_rss", + "value": 0.8462181091308594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/MeasurementTests.cpp", + "group": "compile_max_rss", + "value": 0.845489501953125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Examples/Io/Json/JsonDigitizationConfigTests.cpp", + "group": "compile_max_rss", + "value": 0.8441810607910156, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Json/src/JsonDigitizationConfig.cpp", + "group": "compile_max_rss", + "value": 0.8424797058105469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/JacobianEngineTests.cpp", + "group": "compile_max_rss", + "value": 0.8420257568359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/StraightLineStepperTests.cpp", + "group": "compile_max_rss", + "value": 0.8411064147949219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CylinderVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.8406333923339844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoBBoxConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.8393058776855469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Performance/ActsExamples/Io/Performance/TrackFinderPerformanceWriter.cpp", + "group": "compile_max_rss", + "value": 0.838836669921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Performance/ActsExamples/Io/Performance/TrackFitterPerformanceWriter.cpp", + "group": "compile_max_rss", + "value": 0.8382797241210938, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/DetectorVolumeFinderJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.8353538513183594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/PolyhedronSurfacesTests.cpp", + "group": "compile_max_rss", + "value": 0.8350372314453125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/JacobianTests.cpp", + "group": "compile_max_rss", + "value": 0.8347702026367188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvTrackParameterReader.cpp", + "group": "compile_max_rss", + "value": 0.83441162109375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Performance/ActsExamples/Io/Performance/CKFPerformanceWriter.cpp", + "group": "compile_max_rss", + "value": 0.8336868286132812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp", + "group": "compile_max_rss", + "value": 0.833465576171875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootTrackParameterWriter.cpp", + "group": "compile_max_rss", + "value": 0.8320465087890625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/TrackParamsEstimationAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.8309135437011719, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/SensitiveSteppingAction.cpp", + "group": "compile_max_rss", + "value": 0.8299980163574219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/AtlasStepperTests.cpp", + "group": "compile_max_rss", + "value": 0.8297004699707031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Examples/Io/Root/SimhitReaderWriterTests.cpp", + "group": "compile_max_rss", + "value": 0.8276786804199219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/LayerCreatorTests.cpp", + "group": "compile_max_rss", + "value": 0.826263427734375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvTrackWriter.cpp", + "group": "compile_max_rss", + "value": 0.8236503601074219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/ParticleKillAction.cpp", + "group": "compile_max_rss", + "value": 0.8230552673339844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/GainMatrixUpdaterTests.cpp", + "group": "compile_max_rss", + "value": 0.8227005004882812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.8222122192382812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvMuonSimHitReader.cpp", + "group": "compile_max_rss", + "value": 0.8200149536132812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/KDTreeTrackingGeometryBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.8199234008789062, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/ParticleTrackingAction.cpp", + "group": "compile_max_rss", + "value": 0.8188018798828125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/LayerStructureBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.8173027038574219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/MaterialMapping/src/MaterialMapping.cpp", + "group": "compile_max_rss", + "value": 0.816802978515625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/SimParticleTranslation.cpp", + "group": "compile_max_rss", + "value": 0.8162727355957031, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepDetectorSurfaceFactory.cpp", + "group": "compile_max_rss", + "value": 0.8155937194824219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ProtoTrackTruthMatcher.cpp", + "group": "compile_max_rss", + "value": 0.8150863647460938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CuboidalDetectorHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.8147506713867188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/DDG4DetectorConstruction.cpp", + "group": "compile_max_rss", + "value": 0.8138427734375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/HoughTransformSeeder.cpp", + "group": "compile_max_rss", + "value": 0.8123016357421875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CuboidalDetectorFromBlueprintTests.cpp", + "group": "compile_max_rss", + "value": 0.8106346130371094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/ProtoLayerHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.8101692199707031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/DiscSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.8096656799316406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoTubeConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.8091926574707031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/VolumeView3DTests.cpp", + "group": "compile_max_rss", + "value": 0.8082923889160156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/CylindricalDetectorHelper.cpp", + "group": "compile_max_rss", + "value": 0.8073463439941406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/AdaptiveGridTrackDensityTests.cpp", + "group": "compile_max_rss", + "value": 0.806884765625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/GridDensityVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 0.8051834106445312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvSeedWriter.cpp", + "group": "compile_max_rss", + "value": 0.8049163818359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/CylinderSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.8045196533203125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/MaterialSteppingAction.cpp", + "group": "compile_max_rss", + "value": 0.8042068481445312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackTruthMatcher.cpp", + "group": "compile_max_rss", + "value": 0.8037338256835938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/MuonSpectrometerMockupDetector/src/MockupSectorBuilder.cpp", + "group": "compile_max_rss", + "value": 0.8034019470214844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CuboidalContainerBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.8022232055664062, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootSimHitReader.cpp", + "group": "compile_max_rss", + "value": 0.8018302917480469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/SurfaceJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.8016548156738281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/GsfMixtureReductionTests.cpp", + "group": "compile_max_rss", + "value": 0.8012580871582031, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Propagation/src/PropagationAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.80108642578125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/PlaneSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.8003654479980469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/CorrectedTransformFreeToBoundTests.cpp", + "group": "compile_max_rss", + "value": 0.80010986328125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/SurfaceLocalToGlobalRoundtripTests.cpp", + "group": "compile_max_rss", + "value": 0.7994346618652344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CylindricalDetectorFromBlueprintTests.cpp", + "group": "compile_max_rss", + "value": 0.7990074157714844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/KdtSurfacesProviderTests.cpp", + "group": "compile_max_rss", + "value": 0.7978363037109375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Examples/Algorithms/Digitization/ModuleClustersTests.cpp", + "group": "compile_max_rss", + "value": 0.7973060607910156, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/PodioUtil.cpp", + "group": "compile_max_rss", + "value": 0.7949485778808594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoTrd2ConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.7943801879882812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/EventData/MeasurementCalibration.cpp", + "group": "compile_max_rss", + "value": 0.7924880981445312, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/TrackingGeometryClosureTests.cpp", + "group": "compile_max_rss", + "value": 0.7915725708007812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/PlanarSteppingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7912673950195312, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/CylindricalContainerBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.7911376953125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/GenericDetector/src/GenericDetector.cpp", + "group": "compile_max_rss", + "value": 0.7908515930175781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/SurfaceSortingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7903289794921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvPlanarClusterWriter.cpp", + "group": "compile_max_rss", + "value": 0.78863525390625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/EDM4hep/src/EDM4hepUtil.cpp", + "group": "compile_max_rss", + "value": 0.7878074645996094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/HelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.7869796752929688, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoSurfaceConverter.cpp", + "group": "compile_max_rss", + "value": 0.7843894958496094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/NumericalTrackLinearizer.cpp", + "group": "compile_max_rss", + "value": 0.7839012145996094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/VolumeBoundsJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.7829399108886719, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/SeedingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7828521728515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoTrd1ConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.7822608947753906, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/AdaptiveMultiVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.7818374633789062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/MaterialMapJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.7810401916503906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/DD4hepTestsHelper.cpp", + "group": "compile_max_rss", + "value": 0.7804718017578125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/SpacePointMaker.cpp", + "group": "compile_max_rss", + "value": 0.7789802551269531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/PrimitivesView3DTests.cpp", + "group": "compile_max_rss", + "value": 0.777008056640625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Framework/Sequencer.cpp", + "group": "compile_max_rss", + "value": 0.7755699157714844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/PortalJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.7753372192382812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/SingleSeedVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 0.7749366760253906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/DetectorVolumeTests.cpp", + "group": "compile_max_rss", + "value": 0.7743263244628906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialInteractionAssignmentTests.cpp", + "group": "compile_max_rss", + "value": 0.7728500366210938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialMapperTests.cpp", + "group": "compile_max_rss", + "value": 0.7724952697753906, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7719497680664062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/BinnedSurfaceMaterialAccumulaterTests.cpp", + "group": "compile_max_rss", + "value": 0.7699394226074219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoArb8ConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.7682075500488281, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepMaterialHelpers.cpp", + "group": "compile_max_rss", + "value": 0.7672996520996094, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepDetectorStructure.cpp", + "group": "compile_max_rss", + "value": 0.7665939331054688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/PlanarSurfaceMaskTests.cpp", + "group": "compile_max_rss", + "value": 0.7647819519042969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/TrackingGeometryGeometryIdTests.cpp", + "group": "compile_max_rss", + "value": 0.7640800476074219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/LayerFactory.cpp", + "group": "compile_max_rss", + "value": 0.7622566223144531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/IndexedSurfaceGridFillerTests.cpp", + "group": "compile_max_rss", + "value": 0.7614021301269531, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/VerticesHelper.cpp", + "group": "compile_max_rss", + "value": 0.7595405578613281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/VolumeTests.cpp", + "group": "compile_max_rss", + "value": 0.7592391967773438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/SegmentizerTests.cpp", + "group": "compile_max_rss", + "value": 0.7587966918945312, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CuboidVolumeBuilder.cpp", + "group": "compile_max_rss", + "value": 0.758270263671875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/ImpactPointEstimator.cpp", + "group": "compile_max_rss", + "value": 0.7575950622558594, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CylinderVolumeBuilder.cpp", + "group": "compile_max_rss", + "value": 0.7574081420898438, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvSpacePointWriter.cpp", + "group": "compile_max_rss", + "value": 0.757232666015625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/TracksToTrajectories.cpp", + "group": "compile_max_rss", + "value": 0.7548332214355469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/MuonHoughSeeder.cpp", + "group": "compile_max_rss", + "value": 0.7546348571777344, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/DigitizationConfigurator.cpp", + "group": "compile_max_rss", + "value": 0.7544670104980469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootVertexReader.cpp", + "group": "compile_max_rss", + "value": 0.7536201477050781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/TrajectoriesToPrototracks.cpp", + "group": "compile_max_rss", + "value": 0.7524375915527344, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/TGeoDetector/src/TGeoITkModuleSplitter.cpp", + "group": "compile_max_rss", + "value": 0.7520027160644531, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvSimHitReader.cpp", + "group": "compile_max_rss", + "value": 0.7508354187011719, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/CuboidalDetectorHelper.cpp", + "group": "compile_max_rss", + "value": 0.7501754760742188, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/HelicalTrackLinearizer.cpp", + "group": "compile_max_rss", + "value": 0.7495880126953125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CutoutCylinderVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.7482337951660156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/TrapezoidVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.7479705810546875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedingAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7478485107421875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/Surface.cpp", + "group": "compile_max_rss", + "value": 0.7473373413085938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/BlueprintHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.7471389770507812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoLayerBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.7463836669921875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Geant4/src/Geant4Converters.cpp", + "group": "compile_max_rss", + "value": 0.7459259033203125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Kernel/SimulationActorTests.cpp", + "group": "compile_max_rss", + "value": 0.7436332702636719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/DetectorVolumeBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.742218017578125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/TracksToParameters.cpp", + "group": "compile_max_rss", + "value": 0.7417831420898438, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/SurfaceArrayCreator.cpp", + "group": "compile_max_rss", + "value": 0.741607666015625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/PortalJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.7402496337890625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ParticleSmearing.cpp", + "group": "compile_max_rss", + "value": 0.7393455505371094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/ConeSurface.cpp", + "group": "compile_max_rss", + "value": 0.7385177612304688, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvTrackingGeometryWriter.cpp", + "group": "compile_max_rss", + "value": 0.7382316589355469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CuboidVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.7378501892089844, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvSpacePointReader.cpp", + "group": "compile_max_rss", + "value": 0.7374649047851562, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/JsonMaterialDecorator.cpp", + "group": "compile_max_rss", + "value": 0.7351875305175781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/ModuleClusters.cpp", + "group": "compile_max_rss", + "value": 0.7341842651367188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/UncorrelatedHitSmearerTests.cpp", + "group": "compile_max_rss", + "value": 0.7341842651367188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/DetectorTests.cpp", + "group": "compile_max_rss", + "value": 0.7338981628417969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/FreeTrackParametersTests.cpp", + "group": "compile_max_rss", + "value": 0.732391357421875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootMaterialTrackReader.cpp", + "group": "compile_max_rss", + "value": 0.7323646545410156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/GenericCuboidVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.7321319580078125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/LineSurface.cpp", + "group": "compile_max_rss", + "value": 0.7317047119140625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp", + "group": "compile_max_rss", + "value": 0.731536865234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/CurvilinearTrackParametersTests.cpp", + "group": "compile_max_rss", + "value": 0.7313919067382812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootParticleReader.cpp", + "group": "compile_max_rss", + "value": 0.7307090759277344, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/SurfaceJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.7306594848632812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/UtilitiesJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.7300186157226562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/ProtoDetectorJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.7275924682617188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Physics/PhotonConversionTests.cpp", + "group": "compile_max_rss", + "value": 0.7275009155273438, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/CylinderSurface.cpp", + "group": "compile_max_rss", + "value": 0.725189208984375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/MaterialJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.7238006591796875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GsfMixtureReduction.cpp", + "group": "compile_max_rss", + "value": 0.7229690551757812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.cpp", + "group": "compile_max_rss", + "value": 0.722808837890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/TrackFitting/GainMatrixSmootherTests.cpp", + "group": "compile_max_rss", + "value": 0.7220535278320312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Json/src/JsonSurfacesWriter.cpp", + "group": "compile_max_rss", + "value": 0.7219467163085938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/TransformHelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.7214508056640625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/DetectorBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.7211074829101562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/GeometryIdGeneratorTests.cpp", + "group": "compile_max_rss", + "value": 0.7199859619140625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Scripts/TrackingPerformance/TrackSummary.cpp", + "group": "compile_max_rss", + "value": 0.7183456420898438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/SurfaceArrayTests.cpp", + "group": "compile_max_rss", + "value": 0.7181549072265625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/DD4hepDetectorElementTests.cpp", + "group": "compile_max_rss", + "value": 0.7166862487792969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/VolumeStructureBuilder.cpp", + "group": "compile_max_rss", + "value": 0.7165184020996094, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Generators/ActsExamples/Generators/ParametricParticleGenerator.cpp", + "group": "compile_max_rss", + "value": 0.716339111328125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/ConeSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.7153778076171875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootMaterialTrackWriter.cpp", + "group": "compile_max_rss", + "value": 0.7149314880371094, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvProtoTrackWriter.cpp", + "group": "compile_max_rss", + "value": 0.7138214111328125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFinding/src/SeedingOrthogonalAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.7123222351074219, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CylinderVolumeHelper.cpp", + "group": "compile_max_rss", + "value": 0.7122001647949219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/TrackDensityVertexFinderTests.cpp", + "group": "compile_max_rss", + "value": 0.7120475769042969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/detail/CovarianceEngine.cpp", + "group": "compile_max_rss", + "value": 0.7120285034179688, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/IterativeVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.7119941711425781, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/MultiComponentBoundTrackParametersTests.cpp", + "group": "compile_max_rss", + "value": 0.7114982604980469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvParticleReader.cpp", + "group": "compile_max_rss", + "value": 0.711181640625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Physics/ScatteringTests.cpp", + "group": "compile_max_rss", + "value": 0.7110939025878906, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/VolumeBoundsJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.710601806640625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/TrackingVolume.cpp", + "group": "compile_max_rss", + "value": 0.7087745666503906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CuboidVolumeBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.7072410583496094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/MultiWireStructureBuilder.cpp", + "group": "compile_max_rss", + "value": 0.7060546875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepLayerStructure.cpp", + "group": "compile_max_rss", + "value": 0.7057571411132812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/VolumeStructureBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.70440673828125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/SurfaceIntersectionTests.cpp", + "group": "compile_max_rss", + "value": 0.7040290832519531, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/CylindricalContainerBuilder.cpp", + "group": "compile_max_rss", + "value": 0.700714111328125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/ConeVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.6999053955078125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/AdaptiveMultiVertexFitter.cpp", + "group": "compile_max_rss", + "value": 0.6983261108398438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/SurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.6967735290527344, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/GridJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.6963119506835938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvDriftCircleReader.cpp", + "group": "compile_max_rss", + "value": 0.6945610046386719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/ProtoLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6926536560058594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/PortalTests.cpp", + "group": "compile_max_rss", + "value": 0.6924934387207031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/ConeVolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.6916732788085938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/TrackClassification.cpp", + "group": "compile_max_rss", + "value": 0.6910324096679688, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/Geant4Detector/src/Geant4Detector.cpp", + "group": "compile_max_rss", + "value": 0.6903762817382812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootPlanarClusterWriter.cpp", + "group": "compile_max_rss", + "value": 0.6864852905273438, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Visualization/GeometryView3D.cpp", + "group": "compile_max_rss", + "value": 0.6863327026367188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/HepMC/src/HepMCProcessExtractor.cpp", + "group": "compile_max_rss", + "value": 0.6861076354980469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/IntersectionMaterialAssignerTests.cpp", + "group": "compile_max_rss", + "value": 0.6854934692382812, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/BinnedSurfaceMaterialAccumulater.cpp", + "group": "compile_max_rss", + "value": 0.68487548828125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/NuclearInteractions/src/RootNuclearInteractionParametersWriter.cpp", + "group": "compile_max_rss", + "value": 0.6832847595214844, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/BlueprintHelper.cpp", + "group": "compile_max_rss", + "value": 0.6831512451171875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/CorrectedTransformationFreeToBound.cpp", + "group": "compile_max_rss", + "value": 0.6808967590332031, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/TrapezoidVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.6795082092285156, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/TelescopeDetector/src/BuildTelescopeDetector.cpp", + "group": "compile_max_rss", + "value": 0.6753196716308594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Json/src/JsonMaterialWriter.cpp", + "group": "compile_max_rss", + "value": 0.6744117736816406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/VolumeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.6732177734375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Geant4/Geant4DetectorSurfaceFactoryTests.cpp", + "group": "compile_max_rss", + "value": 0.6707649230957031, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/CuboidalContainerBuilder.cpp", + "group": "compile_max_rss", + "value": 0.6702461242675781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvSimHitWriter.cpp", + "group": "compile_max_rss", + "value": 0.6702117919921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Json/src/JsonSurfacesReader.cpp", + "group": "compile_max_rss", + "value": 0.6698646545410156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/IndexedRootVolumeFinderBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.6682205200195312, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/SurfaceIntersectionBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.6681404113769531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/VolumeMaterialInteractionTests.cpp", + "group": "compile_max_rss", + "value": 0.6665611267089844, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ParticleSelector.cpp", + "group": "compile_max_rss", + "value": 0.6661033630371094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/BlueprintTests.cpp", + "group": "compile_max_rss", + "value": 0.6644973754882812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/MultiWireNavigationTests.cpp", + "group": "compile_max_rss", + "value": 0.6618614196777344, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/ProtoDetectorJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.6612701416015625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Physics/BetheHeitlerTests.cpp", + "group": "compile_max_rss", + "value": 0.6604576110839844, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvParticleWriter.cpp", + "group": "compile_max_rss", + "value": 0.6589584350585938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/MultiWireStructureBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.6588401794433594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/DetectorVolumeFindersTests.cpp", + "group": "compile_max_rss", + "value": 0.6561279296875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/KDTreeTrackingGeometryBuilder.cpp", + "group": "compile_max_rss", + "value": 0.6543350219726562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BinAdjustmentVolumeTests.cpp", + "group": "compile_max_rss", + "value": 0.6527290344238281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Geant4/Geant4ConvertersTests.cpp", + "group": "compile_max_rss", + "value": 0.6495819091796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/GenericApproachDescriptorTests.cpp", + "group": "compile_max_rss", + "value": 0.6495552062988281, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackParameterSelector.cpp", + "group": "compile_max_rss", + "value": 0.6445274353027344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/ChannelizerTests.cpp", + "group": "compile_max_rss", + "value": 0.6442375183105469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/TelescopeG4DetectorConstruction.cpp", + "group": "compile_max_rss", + "value": 0.6414146423339844, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/MaterialMapping/src/CoreMaterialMapping.cpp", + "group": "compile_max_rss", + "value": 0.6395950317382812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/ContextualDetector/src/ExternalAlignmentDecorator.cpp", + "group": "compile_max_rss", + "value": 0.6390647888183594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TrackFitting/src/RefittingCalibrator.cpp", + "group": "compile_max_rss", + "value": 0.63623046875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/PlaneLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6360244750976562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Vertexing/GaussianGridTrackDensityTests.cpp", + "group": "compile_max_rss", + "value": 0.6354484558105469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/DetectorVolumeConsistencyTests.cpp", + "group": "compile_max_rss", + "value": 0.6354179382324219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Kernel/InteractionListTests.cpp", + "group": "compile_max_rss", + "value": 0.634918212890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/TrackingVolumeTests.cpp", + "group": "compile_max_rss", + "value": 0.6347389221191406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/AlgebraJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.6347274780273438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/ProtoDetectorTests.cpp", + "group": "compile_max_rss", + "value": 0.6341094970703125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CylinderLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6333503723144531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/SimpleGeometryTests.cpp", + "group": "compile_max_rss", + "value": 0.6306304931640625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/GridJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.630401611328125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepVolumeBuilder.cpp", + "group": "compile_max_rss", + "value": 0.6303024291992188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/LayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6291961669921875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/EventData/ParticleTests.cpp", + "group": "compile_max_rss", + "value": 0.62908935546875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/DiscLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6290550231933594, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/DetectorVolumeConsistency.cpp", + "group": "compile_max_rss", + "value": 0.6286582946777344, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/SupportSurfacesHelper.cpp", + "group": "compile_max_rss", + "value": 0.6279029846191406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/GridTests.cpp", + "group": "compile_max_rss", + "value": 0.6275291442871094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Physics/BetheBlochTests.cpp", + "group": "compile_max_rss", + "value": 0.6274948120117188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Digitization/PlanarModuleStepperTests.cpp", + "group": "compile_max_rss", + "value": 0.6273918151855469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/NavigationStateUpdatersTests.cpp", + "group": "compile_max_rss", + "value": 0.6270637512207031, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Scripts/MaterialMapping/MaterialComposition.cpp", + "group": "compile_max_rss", + "value": 0.6253700256347656, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootPropagationStepsWriter.cpp", + "group": "compile_max_rss", + "value": 0.6240119934082031, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoDetectorElement.cpp", + "group": "compile_max_rss", + "value": 0.6212387084960938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/DiscSurface.cpp", + "group": "compile_max_rss", + "value": 0.6174430847167969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/TrackingVolumeArrayCreator.cpp", + "group": "compile_max_rss", + "value": 0.617431640625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/PortalGeneratorsTests.cpp", + "group": "compile_max_rss", + "value": 0.6172218322753906, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/SensitiveSurfaceMapper.cpp", + "group": "compile_max_rss", + "value": 0.6144905090332031, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/IntersectionMaterialAssigner.cpp", + "group": "compile_max_rss", + "value": 0.6144027709960938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootMaterialWriter.cpp", + "group": "compile_max_rss", + "value": 0.6138687133789062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BinAdjustmentTests.cpp", + "group": "compile_max_rss", + "value": 0.612518310546875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Printers/ActsExamples/Printers/TrackParametersPrinter.cpp", + "group": "compile_max_rss", + "value": 0.6109046936035156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/LayerArrayCreator.cpp", + "group": "compile_max_rss", + "value": 0.6100502014160156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Selectors/KinematicCastsTests.cpp", + "group": "compile_max_rss", + "value": 0.6092185974121094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/BinUtilityBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.6090850830078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/ConeLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6085472106933594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Selectors/SelectorHelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.6075515747070312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedSelector.cpp", + "group": "compile_max_rss", + "value": 0.6075172424316406, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/DetectorVolume.cpp", + "group": "compile_max_rss", + "value": 0.6069450378417969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CylinderVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.6065292358398438, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoLayerBuilder.cpp", + "group": "compile_max_rss", + "value": 0.6061935424804688, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/ResPlotTool.cpp", + "group": "compile_max_rss", + "value": 0.6047134399414062, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Selectors/ParticleSelectorsTests.cpp", + "group": "compile_max_rss", + "value": 0.6035194396972656, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/LayerCreator.cpp", + "group": "compile_max_rss", + "value": 0.6030464172363281, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthTrackFinder.cpp", + "group": "compile_max_rss", + "value": 0.6025047302246094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/DetectorVolumeBuilder.cpp", + "group": "compile_max_rss", + "value": 0.6020965576171875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/SupportSurfacesHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.6007156372070312, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/StrawSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.6006927490234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/DetectorVolumeUpdatersTests.cpp", + "group": "compile_max_rss", + "value": 0.600128173828125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/NavigationLayerTests.cpp", + "group": "compile_max_rss", + "value": 0.6001052856445312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootVertexWriter.cpp", + "group": "compile_max_rss", + "value": 0.5978202819824219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Kernel/ContinuousProcessTests.cpp", + "group": "compile_max_rss", + "value": 0.5972671508789062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/Layer.cpp", + "group": "compile_max_rss", + "value": 0.5962448120117188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootParticleWriter.cpp", + "group": "compile_max_rss", + "value": 0.5958786010742188, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/SourceLinkTests.cpp", + "group": "compile_max_rss", + "value": 0.5948982238769531, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/HitSelector.cpp", + "group": "compile_max_rss", + "value": 0.5947799682617188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/PrototracksToSeeds.cpp", + "group": "compile_max_rss", + "value": 0.59320068359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Digitization/CartesianSegmentationTests.cpp", + "group": "compile_max_rss", + "value": 0.5931015014648438, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/VectorMultiTrajectory.cpp", + "group": "compile_max_rss", + "value": 0.5922126770019531, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Digitization/CartesianSegmentation.cpp", + "group": "compile_max_rss", + "value": 0.5904350280761719, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Printers/ActsExamples/Printers/HitsPrinter.cpp", + "group": "compile_max_rss", + "value": 0.5894546508789062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/PlaneLayer.cpp", + "group": "compile_max_rss", + "value": 0.5873603820800781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/HepMC3/src/HepMC3Event.cpp", + "group": "compile_max_rss", + "value": 0.5849342346191406, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/VolumeJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.5847740173339844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/AlignmentContextTests.cpp", + "group": "compile_max_rss", + "value": 0.584716796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/ChannelMergerTests.cpp", + "group": "compile_max_rss", + "value": 0.5838241577148438, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootSeedWriter.cpp", + "group": "compile_max_rss", + "value": 0.5825004577636719, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/HepMC3/src/HepMC3Vertex.cpp", + "group": "compile_max_rss", + "value": 0.58123779296875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootSimHitWriter.cpp", + "group": "compile_max_rss", + "value": 0.580169677734375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/IndexedRootVolumeFinderBuilder.cpp", + "group": "compile_max_rss", + "value": 0.5783958435058594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootSpacepointWriter.cpp", + "group": "compile_max_rss", + "value": 0.5777244567871094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CuboidVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.5753364562988281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/ChargeTests.cpp", + "group": "compile_max_rss", + "value": 0.5752182006835938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/AdaptiveGridTrackDensity.cpp", + "group": "compile_max_rss", + "value": 0.5750961303710938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Digitization/PlanarSurfaceDriftTests.cpp", + "group": "compile_max_rss", + "value": 0.5724906921386719, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoCylinderDiscSplitter.cpp", + "group": "compile_max_rss", + "value": 0.5723495483398438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/IntersectionTests.cpp", + "group": "compile_max_rss", + "value": 0.5710563659667969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/ParticleHypothesisTests.cpp", + "group": "compile_max_rss", + "value": 0.570892333984375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/PerigeeSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.5706405639648438, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Utilities/src/SeedsToPrototracks.cpp", + "group": "compile_max_rss", + "value": 0.5684356689453125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/ReferenceGeneratorsTests.cpp", + "group": "compile_max_rss", + "value": 0.5676841735839844, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/Detector.cpp", + "group": "compile_max_rss", + "value": 0.5669403076171875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/ContextualDetector/src/InternalAlignmentDecorator.cpp", + "group": "compile_max_rss", + "value": 0.5667152404785156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CutoutCylinderVolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.5666465759277344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/SurfaceBinningMatcherTests.cpp", + "group": "compile_max_rss", + "value": 0.5649833679199219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/DD4hepDetector/src/DetUtils.cpp", + "group": "compile_max_rss", + "value": 0.5637054443359375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/DuplicationPlotTool.cpp", + "group": "compile_max_rss", + "value": 0.5633926391601562, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/EffPlotTool.cpp", + "group": "compile_max_rss", + "value": 0.5630760192871094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Utilities/SpacePointUtility.cpp", + "group": "compile_max_rss", + "value": 0.562652587890625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/FakeRatePlotTool.cpp", + "group": "compile_max_rss", + "value": 0.5622978210449219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Navigation/NavigationStateTests.cpp", + "group": "compile_max_rss", + "value": 0.5619125366210938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/MaterialMapper.cpp", + "group": "compile_max_rss", + "value": 0.5612449645996094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/AdaptiveGridDensityVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.5604133605957031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/SurfaceBoundsJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.5594978332519531, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/PlaneSurface.cpp", + "group": "compile_max_rss", + "value": 0.5593948364257812, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Geant4/Geant4DetectorElementTests.cpp", + "group": "compile_max_rss", + "value": 0.5593147277832031, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Validation/TrackSummaryPlotTool.cpp", + "group": "compile_max_rss", + "value": 0.5589256286621094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Visualization/EventDataView3D.cpp", + "group": "compile_max_rss", + "value": 0.5572776794433594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Printers/ActsExamples/Printers/ParticlesPrinter.cpp", + "group": "compile_max_rss", + "value": 0.5553970336914062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/BlueprintDrawer.cpp", + "group": "compile_max_rss", + "value": 0.5535964965820312, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/MaterialInteractionAssignment.cpp", + "group": "compile_max_rss", + "value": 0.5535888671875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/UtilitiesJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.5530853271484375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geometry/src/VolumeAssociationTest.cpp", + "group": "compile_max_rss", + "value": 0.5521163940429688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/Kernel/TupleIndexOfTests.cpp", + "group": "compile_max_rss", + "value": 0.5516204833984375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/HepMC3/src/HepMC3Particle.cpp", + "group": "compile_max_rss", + "value": 0.5513839721679688, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/DetectorBuilder.cpp", + "group": "compile_max_rss", + "value": 0.5508270263671875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/ZScanVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.5507125854492188, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/CurvilinearSurface.cpp", + "group": "compile_max_rss", + "value": 0.5465354919433594, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Obj/src/ObjTrackingGeometryWriter.cpp", + "group": "compile_max_rss", + "value": 0.5463600158691406, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/MeasurementCreation.cpp", + "group": "compile_max_rss", + "value": 0.5448226928710938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/AmbiguityResolution/GreedyAmbiguityResolution.cpp", + "group": "compile_max_rss", + "value": 0.5447654724121094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/CylinderLayer.cpp", + "group": "compile_max_rss", + "value": 0.5446014404296875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4HepMC/src/PrimaryGeneratorAction.cpp", + "group": "compile_max_rss", + "value": 0.5427436828613281, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/DiscLayer.cpp", + "group": "compile_max_rss", + "value": 0.5399894714355469, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Digitization/src/DigitizationConfig.cpp", + "group": "compile_max_rss", + "value": 0.5387992858886719, + "unit": "GB" + }, + { + "name": "max_rss_Alignment/src/Kernel/detail/AlignmentEngine.cpp", + "group": "compile_max_rss", + "value": 0.5368766784667969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/GridDensityVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.5361709594726562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/BoundaryCheckTests.cpp", + "group": "compile_max_rss", + "value": 0.5352554321289062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/PassiveLayerBuilder.cpp", + "group": "compile_max_rss", + "value": 0.5346794128417969, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Utilities/EventDataTransforms.cpp", + "group": "compile_max_rss", + "value": 0.5346107482910156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/VectorTrackContainer.cpp", + "group": "compile_max_rss", + "value": 0.5332832336425781, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/Volume.cpp", + "group": "compile_max_rss", + "value": 0.5317955017089844, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/PortalHelper.cpp", + "group": "compile_max_rss", + "value": 0.5298271179199219, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Physics/NuclearInteraction/NuclearInteraction.cpp", + "group": "compile_max_rss", + "value": 0.5269088745117188, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepBinningHelpers.cpp", + "group": "compile_max_rss", + "value": 0.5261917114257812, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Physics/BetheHeitler.cpp", + "group": "compile_max_rss", + "value": 0.5251274108886719, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/Geant4/src/Geant4Decay.cpp", + "group": "compile_max_rss", + "value": 0.5246086120605469, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Geant4/src/Geant4DetectorSurfaceFactory.cpp", + "group": "compile_max_rss", + "value": 0.52447509765625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/ProtoDetector.cpp", + "group": "compile_max_rss", + "value": 0.5225715637207031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/InterpolatedMaterialMapTests.cpp", + "group": "compile_max_rss", + "value": 0.5215263366699219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/GenericDetector/src/BuildGenericDetector.cpp", + "group": "compile_max_rss", + "value": 0.5210380554199219, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Utilities/TrackHelpers.cpp", + "group": "compile_max_rss", + "value": 0.5209426879882812, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/BetheHeitlerApprox.cpp", + "group": "compile_max_rss", + "value": 0.5192413330078125, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Physics/PhotonConversion.cpp", + "group": "compile_max_rss", + "value": 0.51885986328125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BFieldMapUtilsTests.cpp", + "group": "compile_max_rss", + "value": 0.5184593200683594, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/IndexedGridFiller.cpp", + "group": "compile_max_rss", + "value": 0.5164299011230469, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/GeometryIdGenerator.cpp", + "group": "compile_max_rss", + "value": 0.5153846740722656, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/PortalGenerators.cpp", + "group": "compile_max_rss", + "value": 0.5148811340332031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialGridHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.5127944946289062, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Digitization/PlanarSurfaceDrift.cpp", + "group": "compile_max_rss", + "value": 0.5122222900390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/AlgebraHelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.5115394592285156, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/TrackingGeometryBuilder.cpp", + "group": "compile_max_rss", + "value": 0.510894775390625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/StraightLineStepper.cpp", + "group": "compile_max_rss", + "value": 0.5107650756835938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/TelescopeDetector/src/TelescopeDetector.cpp", + "group": "compile_max_rss", + "value": 0.5083808898925781, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Detector/ProtoBinningTests.cpp", + "group": "compile_max_rss", + "value": 0.5076522827148438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/TrapezoidBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.5063247680664062, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/DD4hepDetector/src/DD4hepDetectorHelper.cpp", + "group": "compile_max_rss", + "value": 0.506103515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/MaterialMapUtilsTests.cpp", + "group": "compile_max_rss", + "value": 0.5036544799804688, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/TrackingGeometry.cpp", + "group": "compile_max_rss", + "value": 0.5020828247070312, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/TrackDensityVertexFinder.cpp", + "group": "compile_max_rss", + "value": 0.5020027160644531, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/VolumeBounds.cpp", + "group": "compile_max_rss", + "value": 0.49875640869140625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BinUtilityTests.cpp", + "group": "compile_max_rss", + "value": 0.49477386474609375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/MeasurementHelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.4938163757324219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/MaterialJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.4936065673828125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Digitization/PlanarModuleStepper.cpp", + "group": "compile_max_rss", + "value": 0.4931144714355469, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/ProtoLayerHelper.cpp", + "group": "compile_max_rss", + "value": 0.4894523620605469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/ConvexPolygonBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.48815155029296875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/StrawSurface.cpp", + "group": "compile_max_rss", + "value": 0.4856834411621094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/GaussianGridTrackDensity.cpp", + "group": "compile_max_rss", + "value": 0.4822540283203125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/GlueVolumesDescriptor.cpp", + "group": "compile_max_rss", + "value": 0.4820060729980469, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/EventData/Particle.cpp", + "group": "compile_max_rss", + "value": 0.477447509765625, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Physics/StandardInteractions.cpp", + "group": "compile_max_rss", + "value": 0.4774131774902344, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/Vertex.cpp", + "group": "compile_max_rss", + "value": 0.4759063720703125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Scripts/TrackingPerformance/ResidualsAndPulls.cpp", + "group": "compile_max_rss", + "value": 0.4753684997558594, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/TrackParameters.cpp", + "group": "compile_max_rss", + "value": 0.4744911193847656, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/GaussianTrackDensity.cpp", + "group": "compile_max_rss", + "value": 0.4741630554199219, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/NavigationLayer.cpp", + "group": "compile_max_rss", + "value": 0.4734992980957031, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Digitization/PlanarSurfaceMask.cpp", + "group": "compile_max_rss", + "value": 0.4727745056152344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Visualization/Visualization3DTests.cpp", + "group": "compile_max_rss", + "value": 0.4719429016113281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/PolyhedronTests.cpp", + "group": "compile_max_rss", + "value": 0.4718437194824219, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/TransformationHelpers.cpp", + "group": "compile_max_rss", + "value": 0.47126007080078125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/PrintParameters.cpp", + "group": "compile_max_rss", + "value": 0.47121429443359375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/SurfaceArray.cpp", + "group": "compile_max_rss", + "value": 0.4708366394042969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/ProtoLayer.cpp", + "group": "compile_max_rss", + "value": 0.47071075439453125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/GenericApproachDescriptor.cpp", + "group": "compile_max_rss", + "value": 0.4694557189941406, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/GenericDetector/src/GenericDetectorElement.cpp", + "group": "compile_max_rss", + "value": 0.4680633544921875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/Portal.cpp", + "group": "compile_max_rss", + "value": 0.4679412841796875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/TelescopeDetector/src/TelescopeDetectorElement.cpp", + "group": "compile_max_rss", + "value": 0.46709442138671875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/AccumulatedSurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.4661598205566406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/GeometryHierarchyMapJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.4659614562988281, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/detail/PointwiseMaterialInteraction.cpp", + "group": "compile_max_rss", + "value": 0.4657936096191406, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Digitization/DigitizationModule.cpp", + "group": "compile_max_rss", + "value": 0.4656219482421875, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Digitization/Segmentizer.cpp", + "group": "compile_max_rss", + "value": 0.4653663635253906, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/PerigeeSurface.cpp", + "group": "compile_max_rss", + "value": 0.4653205871582031, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/ConeLayer.cpp", + "group": "compile_max_rss", + "value": 0.4642372131347656, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Detector/detail/ProtoMaterialHelper.cpp", + "group": "compile_max_rss", + "value": 0.46410369873046875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/SurfaceBoundsJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.46015167236328125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/RegularSurface.cpp", + "group": "compile_max_rss", + "value": 0.455322265625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Geant4/src/Geant4DetectorElement.cpp", + "group": "compile_max_rss", + "value": 0.4539146423339844, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/CylinderBounds.cpp", + "group": "compile_max_rss", + "value": 0.4535331726074219, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/CylinderVolumeBuilderTests.cpp", + "group": "compile_max_rss", + "value": 0.4517059326171875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoParserTests.cpp", + "group": "compile_max_rss", + "value": 0.451507568359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/GridAccessHelpersTests.cpp", + "group": "compile_max_rss", + "value": 0.4504966735839844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/ProtoSurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.44979095458984375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/BinnedSurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.4474143981933594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/ProtoVolumeMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.44356536865234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/AnnulusBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.44353485107421875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/AlignmentHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.443389892578125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/AnnulusBounds.cpp", + "group": "compile_max_rss", + "value": 0.44281005859375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/AlgebraJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.43238067626953125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/InterpolatedSolenoidBFieldTest.cpp", + "group": "compile_max_rss", + "value": 0.43202972412109375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Json/src/ExtentJsonConverter.cpp", + "group": "compile_max_rss", + "value": 0.42719268798828125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/GridSurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.4264488220214844, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp", + "group": "compile_max_rss", + "value": 0.4192390441894531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/CylinderBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.415069580078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/EllipseBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.4143218994140625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.4123382568359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/MagneticField/InterpolatedBFieldMapTests.cpp", + "group": "compile_max_rss", + "value": 0.41190338134765625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/DiscTrapezoidBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.41173553466796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/KDTreeTests.cpp", + "group": "compile_max_rss", + "value": 0.40659332275390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/RectangleBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.40625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Json/ExtentJsonConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.4055213928222656, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/DiamondBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.4054145812988281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Seeding/BinnedGroupTest.cpp", + "group": "compile_max_rss", + "value": 0.4014625549316406, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/MaterialGridHelper.cpp", + "group": "compile_max_rss", + "value": 0.4013824462890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/DD4hep/PrimitivesFactory.cpp", + "group": "compile_max_rss", + "value": 0.40128326416015625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/MagneticField/ConstantBFieldTests.cpp", + "group": "compile_max_rss", + "value": 0.39788818359375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/RadialBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.397705078125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/GridIterationTests.cpp", + "group": "compile_max_rss", + "value": 0.3961524963378906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/DelegateTests.cpp", + "group": "compile_max_rss", + "value": 0.39527130126953125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/IntersectionHelper2DTests.cpp", + "group": "compile_max_rss", + "value": 0.39220428466796875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/HelloWorld/HelloWorld.cpp", + "group": "compile_max_rss", + "value": 0.39078521728515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Benchmarks/BenchmarkTools.cpp", + "group": "compile_max_rss", + "value": 0.3857612609863281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/FiniteStateMachineTests.cpp", + "group": "compile_max_rss", + "value": 0.383148193359375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/Geant4Manager.cpp", + "group": "compile_max_rss", + "value": 0.3818168640136719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/BinningDataTests.cpp", + "group": "compile_max_rss", + "value": 0.38062286376953125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/GridBinFinderTests.cpp", + "group": "compile_max_rss", + "value": 0.37947845458984375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/InteractionsTests.cpp", + "group": "compile_max_rss", + "value": 0.376861572265625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/LineBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.3760871887207031, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Json/src/JsonGeometryList.cpp", + "group": "compile_max_rss", + "value": 0.3743171691894531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/AxesTests.cpp", + "group": "compile_max_rss", + "value": 0.374176025390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/PeriodicTests.cpp", + "group": "compile_max_rss", + "value": 0.3739013671875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/InfiniteBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.37158966064453125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Root/src/RootBFieldWriter.cpp", + "group": "compile_max_rss", + "value": 0.370208740234375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/VerticesHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.3699226379394531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/SurfaceBoundsTests.cpp", + "group": "compile_max_rss", + "value": 0.3699073791503906, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/SolenoidFieldBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.36824798583984375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/MaterialMapUtils.cpp", + "group": "compile_max_rss", + "value": 0.367431640625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/AccumulatedSurfaceMaterial.cpp", + "group": "compile_max_rss", + "value": 0.3669319152832031, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/MagneticField/BFieldMapUtils.cpp", + "group": "compile_max_rss", + "value": 0.36530303955078125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/TrapezoidBounds.cpp", + "group": "compile_max_rss", + "value": 0.362030029296875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/BinnedSurfaceMaterial.cpp", + "group": "compile_max_rss", + "value": 0.35943603515625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/AnnulusBoundsBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.3583488464355469, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/ExtentTests.cpp", + "group": "compile_max_rss", + "value": 0.354461669921875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/BoundaryCheckBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.3537178039550781, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4HepMC/src/SteppingAction.cpp", + "group": "compile_max_rss", + "value": 0.3461799621582031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/RayTest.cpp", + "group": "compile_max_rss", + "value": 0.34598541259765625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/EventData/HitTests.cpp", + "group": "compile_max_rss", + "value": 0.3445854187011719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Surfaces/CurvilinearSurfaceTests.cpp", + "group": "compile_max_rss", + "value": 0.3433265686035156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/UnitVectorsTests.cpp", + "group": "compile_max_rss", + "value": 0.34275054931640625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/HepMC3/src/HepMC3Reader.cpp", + "group": "compile_max_rss", + "value": 0.34063720703125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/QuickMathTests.cpp", + "group": "compile_max_rss", + "value": 0.33823394775390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoMaterialConverterTests.cpp", + "group": "compile_max_rss", + "value": 0.3367881774902344, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/MagneticField/SolenoidBFieldTests.cpp", + "group": "compile_max_rss", + "value": 0.3323020935058594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/FpeMonitoring/FpeMonitorTests.cpp", + "group": "compile_max_rss", + "value": 0.3296928405761719, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/ProtoVolumeMaterial.cpp", + "group": "compile_max_rss", + "value": 0.32894134521484375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/MagneticField/SolenoidBField.cpp", + "group": "compile_max_rss", + "value": 0.3285675048828125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Utilities/BinUtility.cpp", + "group": "compile_max_rss", + "value": 0.3282890319824219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvBFieldWriter.cpp", + "group": "compile_max_rss", + "value": 0.3282127380371094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.32820892333984375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/IntersectionHelper2D.cpp", + "group": "compile_max_rss", + "value": 0.3254852294921875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/HomogeneousSurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.3249053955078125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/RadialBounds.cpp", + "group": "compile_max_rss", + "value": 0.32476806640625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/InterpolationTests.cpp", + "group": "compile_max_rss", + "value": 0.3242950439453125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/EllipseBounds.cpp", + "group": "compile_max_rss", + "value": 0.3242340087890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/GridAxisGeneratorsTests.cpp", + "group": "compile_max_rss", + "value": 0.3232307434082031, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/AverageMaterialsTests.cpp", + "group": "compile_max_rss", + "value": 0.3230857849121094, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/LineBounds.cpp", + "group": "compile_max_rss", + "value": 0.32250213623046875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/AccumulatedMaterialSlabTests.cpp", + "group": "compile_max_rss", + "value": 0.32244110107421875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/ConeBounds.cpp", + "group": "compile_max_rss", + "value": 0.3223609924316406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/AnnealingUtilityTests.cpp", + "group": "compile_max_rss", + "value": 0.3222770690917969, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/DiamondBounds.cpp", + "group": "compile_max_rss", + "value": 0.3219184875488281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/RealQuadraticEquationTests.cpp", + "group": "compile_max_rss", + "value": 0.3217887878417969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Definitions/UnitsTests.cpp", + "group": "compile_max_rss", + "value": 0.32143402099609375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/ConvexPolygonBounds.cpp", + "group": "compile_max_rss", + "value": 0.3214263916015625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/RectangleBounds.cpp", + "group": "compile_max_rss", + "value": 0.3212318420410156, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/AnyTests.cpp", + "group": "compile_max_rss", + "value": 0.3199310302734375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoParser.cpp", + "group": "compile_max_rss", + "value": 0.3197441101074219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/HepMC3/src/HepMC3Writer.cpp", + "group": "compile_max_rss", + "value": 0.31945037841796875, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/DiscTrapezoidBounds.cpp", + "group": "compile_max_rss", + "value": 0.31928253173828125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4HepMC/src/EventAction.cpp", + "group": "compile_max_rss", + "value": 0.3187065124511719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Clusterization/ClusterizationTests2D.cpp", + "group": "compile_max_rss", + "value": 0.3169059753417969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/ResultTests.cpp", + "group": "compile_max_rss", + "value": 0.3158302307128906, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/Geant4/src/DummyDetectorConstruction.cpp", + "group": "compile_max_rss", + "value": 0.31554412841796875, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Definitions/DirectionTests.cpp", + "group": "compile_max_rss", + "value": 0.31537628173828125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/MagneticField/src/FieldMapRootIo.cpp", + "group": "compile_max_rss", + "value": 0.315216064453125, + "unit": "GB" + }, + { + "name": "max_rss_Examples/HelloWorld/HelloRandomAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.3125419616699219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/GdmlDetectorConstruction.cpp", + "group": "compile_max_rss", + "value": 0.31137847900390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/Range1DTests.cpp", + "group": "compile_max_rss", + "value": 0.3104667663574219, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Utilities/Paths.cpp", + "group": "compile_max_rss", + "value": 0.3089179992675781, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/TransformRangeTests.cpp", + "group": "compile_max_rss", + "value": 0.308349609375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/ParticleDataTests.cpp", + "group": "compile_max_rss", + "value": 0.3037376403808594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/EventData/TrackStatePropMaskTests.cpp", + "group": "compile_max_rss", + "value": 0.3015327453613281, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialCompositionTests.cpp", + "group": "compile_max_rss", + "value": 0.301055908203125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/ConstrainedStepTests.cpp", + "group": "compile_max_rss", + "value": 0.30104827880859375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/MaterialSlabTests.cpp", + "group": "compile_max_rss", + "value": 0.3007926940917969, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/AccumulatedVolumeMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.2989082336425781, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Clusterization/ClusterizationTests1D.cpp", + "group": "compile_max_rss", + "value": 0.2979316711425781, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepDetectorElement.cpp", + "group": "compile_max_rss", + "value": 0.2967109680175781, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/TGeo/TGeoPrimitivesHelperTests.cpp", + "group": "compile_max_rss", + "value": 0.29457855224609375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/MagneticField/src/FieldMapTextIo.cpp", + "group": "compile_max_rss", + "value": 0.284332275390625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/MultiIndexTests.cpp", + "group": "compile_max_rss", + "value": 0.2839813232421875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Io/Csv/src/CsvExaTrkXGraphWriter.cpp", + "group": "compile_max_rss", + "value": 0.2834129333496094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/ISurfaceMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.28118133544921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/HelloWorld/HelloWhiteBoardAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.2807464599609375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/Polyhedron.cpp", + "group": "compile_max_rss", + "value": 0.2771873474121094, + "unit": "GB" + }, + { + "name": "max_rss_Examples/HelloWorld/HelloLoggerAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.27529144287109375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/MPLTests.cpp", + "group": "compile_max_rss", + "value": 0.2724418640136719, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/MagneticField/MagneticFieldProviderTests.cpp", + "group": "compile_max_rss", + "value": 0.2701072692871094, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Material/HomogeneousVolumeMaterialTests.cpp", + "group": "compile_max_rss", + "value": 0.26717376708984375, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Plugins/Geant4/Geant4PhysicalVolumeSelectorsTests.cpp", + "group": "compile_max_rss", + "value": 0.2668190002441406, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/LoggerTests.cpp", + "group": "compile_max_rss", + "value": 0.2651214599609375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/Extent.cpp", + "group": "compile_max_rss", + "value": 0.2618675231933594, + "unit": "GB" + }, + { + "name": "max_rss_Tests/Benchmarks/QuickMathBenchmark.cpp", + "group": "compile_max_rss", + "value": 0.2617225646972656, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/FpeMonitoring/src/FpeMonitor.cpp", + "group": "compile_max_rss", + "value": 0.25867462158203125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/Legacy/ATLSeedingIntegrationTest.cpp", + "group": "compile_max_rss", + "value": 0.2540779113769531, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/GeometryHierarchyMapTests.cpp", + "group": "compile_max_rss", + "value": 0.24863433837890625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/RangeXDTests.cpp", + "group": "compile_max_rss", + "value": 0.23963165283203125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/DBScanTests.cpp", + "group": "compile_max_rss", + "value": 0.22965240478515625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/MaterialPhysicsList.cpp", + "group": "compile_max_rss", + "value": 0.22480392456054688, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/TypeTraitsTest.cpp", + "group": "compile_max_rss", + "value": 0.2147979736328125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/TypeListTests.cpp", + "group": "compile_max_rss", + "value": 0.21223831176757812, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/MagneticFieldWrapper.cpp", + "group": "compile_max_rss", + "value": 0.21133041381835938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/ExtendableTests.cpp", + "group": "compile_max_rss", + "value": 0.210357666015625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Framework/WhiteBoard.cpp", + "group": "compile_max_rss", + "value": 0.21006393432617188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4HepMC/src/RunAction.cpp", + "group": "compile_max_rss", + "value": 0.2083587646484375, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Detectors/MagneticField/src/ScalableBFieldService.cpp", + "group": "compile_max_rss", + "value": 0.20752334594726562, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/detail/AlignmentHelper.cpp", + "group": "compile_max_rss", + "value": 0.2068023681640625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/HomogeneousSurfaceMaterial.cpp", + "group": "compile_max_rss", + "value": 0.20579147338867188, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/RegionCreator.cpp", + "group": "compile_max_rss", + "value": 0.20401763916015625, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Framework/IAlgorithm.cpp", + "group": "compile_max_rss", + "value": 0.20360946655273438, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Framework/SequenceElement.cpp", + "group": "compile_max_rss", + "value": 0.2034149169921875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Framework/RandomNumbers.cpp", + "group": "compile_max_rss", + "value": 0.202789306640625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoMaterialConverter.cpp", + "group": "compile_max_rss", + "value": 0.20243453979492188, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/DD4hep/src/DD4hepFieldAdapter.cpp", + "group": "compile_max_rss", + "value": 0.19815826416015625, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/ZipTests.cpp", + "group": "compile_max_rss", + "value": 0.1916046142578125, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Fatras/EventData/BarcodeTests.cpp", + "group": "compile_max_rss", + "value": 0.18728256225585938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Geometry/GeometryIdentifierTests.cpp", + "group": "compile_max_rss", + "value": 0.18677139282226562, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Propagator/AuctioneerTests.cpp", + "group": "compile_max_rss", + "value": 0.17708969116210938, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/VersionTests.cpp", + "group": "compile_max_rss", + "value": 0.17634201049804688, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackCollection.cc", + "group": "compile_max_rss", + "value": 0.1686248779296875, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackStateCollection.cc", + "group": "compile_max_rss", + "value": 0.167633056640625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFinding/GbtsConnector.cpp", + "group": "compile_max_rss", + "value": 0.16106033325195312, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Definitions/ParticleData.cpp", + "group": "compile_max_rss", + "value": 0.12835693359375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/MutableJacobian.cc", + "group": "compile_max_rss", + "value": 0.12398910522460938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/MaterialSlab.cpp", + "group": "compile_max_rss", + "value": 0.12361526489257812, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/EventData/TrackStatePropMask.cpp", + "group": "compile_max_rss", + "value": 0.12313079833984375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/BoundParameters.cc", + "group": "compile_max_rss", + "value": 0.1230621337890625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/HomogeneousVolumeMaterial.cpp", + "group": "compile_max_rss", + "value": 0.12303543090820312, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/TGeo/src/TGeoPrimitivesHelper.cpp", + "group": "compile_max_rss", + "value": 0.122894287109375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/AccumulatedMaterialSlab.cpp", + "group": "compile_max_rss", + "value": 0.12258148193359375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/Interactions.cpp", + "group": "compile_max_rss", + "value": 0.12244033813476562, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/MutableBoundParameters.cc", + "group": "compile_max_rss", + "value": 0.12241363525390625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Visualization/IVisualization3D.cpp", + "group": "compile_max_rss", + "value": 0.12229156494140625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Utilities/Logger.cpp", + "group": "compile_max_rss", + "value": 0.12222671508789062, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackCollectionData.cc", + "group": "compile_max_rss", + "value": 0.12211990356445312, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/AverageMaterials.cpp", + "group": "compile_max_rss", + "value": 0.12197494506835938, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Definitions/Direction.cpp", + "group": "compile_max_rss", + "value": 0.1219024658203125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/BoundParametersCollection.cc", + "group": "compile_max_rss", + "value": 0.12183380126953125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/Jacobian.cc", + "group": "compile_max_rss", + "value": 0.12180328369140625, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/Material.cpp", + "group": "compile_max_rss", + "value": 0.12154388427734375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Utilities/AnnealingUtility.cpp", + "group": "compile_max_rss", + "value": 0.1214752197265625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/JacobianCollection.cc", + "group": "compile_max_rss", + "value": 0.1212158203125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/BoundParametersCollectionData.cc", + "group": "compile_max_rss", + "value": 0.12105560302734375, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Material/AccumulatedVolumeMaterial.cpp", + "group": "compile_max_rss", + "value": 0.12067031860351562, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/JacobianCollectionData.cc", + "group": "compile_max_rss", + "value": 0.12054824829101562, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackStateCollectionData.cc", + "group": "compile_max_rss", + "value": 0.1201934814453125, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackState.cc", + "group": "compile_max_rss", + "value": 0.1201324462890625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/MutableTrackState.cc", + "group": "compile_max_rss", + "value": 0.1199798583984375, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/Track.cc", + "group": "compile_max_rss", + "value": 0.11961746215820312, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Utilities/Helpers.cpp", + "group": "compile_max_rss", + "value": 0.11846923828125, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/Geant4/src/PDGtoG4Converter.cpp", + "group": "compile_max_rss", + "value": 0.11368560791015625, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/MutableTrack.cc", + "group": "compile_max_rss", + "value": 0.11333465576171875, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Algorithms/Geant4/src/PhysicsListFactory.cpp", + "group": "compile_max_rss", + "value": 0.11313247680664062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/FsmwMode1dFinder.cpp", + "group": "compile_max_rss", + "value": 0.11223983764648438, + "unit": "GB" + }, + { + "name": "max_rss_Tests/UnitTests/Core/Utilities/HashedStringTests.cpp", + "group": "compile_max_rss", + "value": 0.10964584350585938, + "unit": "GB" + }, + { + "name": "max_rss_Examples/Framework/src/Utilities/Options.cpp", + "group": "compile_max_rss", + "value": 0.10718536376953125, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFinding/AmbiguityTrackClustering.cpp", + "group": "compile_max_rss", + "value": 0.10403823852539062, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Surfaces/SurfaceError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_build/Tests/UnitTests/Core/EventData/TrackContainerComplianceTests.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Geometry/GeometryIdentifier.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/MagneticField/MagneticFieldError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_build/Examples/Io/Root/ActsExamplesIoRootDict.cxx", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Tests/IntegrationTests/PrintDataDirectory.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Tests/CommonHelpers/Acts/Tests/CommonHelpers/DataDirectory.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/EigenStepperError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Utilities/LandauDistribution.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFinding/CombinatorialKalmanFilterError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackStateObj.cc", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/TrackObj.cc", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/BoundParametersObj.cc", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Plugins/Podio/src/JacobianObj.cc", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_build/Plugins/Podio/ActsPodioEdmDict.cxx", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Definitions/Common.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Vertexing/VertexingError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Digitization/DigitizationError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/EventData/ParticleOutcome.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/EventData/ProcessType.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/MultiStepperError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GsfError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/GlobalChiSquareFitterError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/Propagator/PropagatorError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFitting/KalmanFitterError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Fatras/src/Kernel/SimulationError.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/TrackFinding/RoiDescriptor.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "max_rss_Core/src/ActsVersion.cpp", + "group": "compile_max_rss", + "value": 0.0, + "unit": "GB" + }, + { + "name": "time_Tests/UnitTests/Alignment/Kernel/AlignmentTests.cpp", + "group": "compile_time", + "value": 53.123799, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/Gx2fTests.cpp", + "group": "compile_time", + "value": 48.618302, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/GsfTests.cpp", + "group": "compile_time", + "value": 46.612959, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/KalmanFitterTests.cpp", + "group": "compile_time", + "value": 41.109641, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Alignment/src/AlignmentAlgorithmFunction.cpp", + "group": "compile_time", + "value": 40.095713, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/EigenStepperTests.cpp", + "group": "compile_time", + "value": 39.100406, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFinding/CombinatorialKalmanFilterTests.cpp", + "group": "compile_time", + "value": 37.089364, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/MaterialCollectionTests.cpp", + "group": "compile_time", + "value": 35.584792, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/GsfFitterFunction.cpp", + "group": "compile_time", + "value": 34.083082, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Podio/PodioTrackStateContainerTest.cpp", + "group": "compile_time", + "value": 32.587294, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp", + "group": "compile_time", + "value": 31.578209, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/Fatras/FatrasSimulationTests.cpp", + "group": "compile_time", + "value": 31.574689, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/MultiTrajectoryTests.cpp", + "group": "compile_time", + "value": 28.570735, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/EventDataView3DTests.cpp", + "group": "compile_time", + "value": 28.570152, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/GlobalChiSquareFitterFunction.cpp", + "group": "compile_time", + "value": 28.068699, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Fatras/src/FatrasSimulation.cpp", + "group": "compile_time", + "value": 28.067303, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/DirectNavigatorTests.cpp", + "group": "compile_time", + "value": 27.565592, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/ExtrapolatorTests.cpp", + "group": "compile_time", + "value": 27.071364, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GainMatrixUpdater.cpp", + "group": "compile_time", + "value": 26.564125, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/KalmanFitterFunction.cpp", + "group": "compile_time", + "value": 26.063628, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp", + "group": "compile_time", + "value": 26.062097, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/SubspaceTests.cpp", + "group": "compile_time", + "value": 25.560857, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/DetectorJsonConverter.cpp", + "group": "compile_time", + "value": 25.560247, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Seeding/EstimateTrackParamsFromSeedTest.cpp", + "group": "compile_time", + "value": 23.563414, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationDenseConstant.cpp", + "group": "compile_time", + "value": 23.557006, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/SpacePointFormation/SpacePointBuilderTests.cpp", + "group": "compile_time", + "value": 23.556154, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/KalmanExtrapolatorTests.cpp", + "group": "compile_time", + "value": 23.555677, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/KalmanVertexUpdater.cpp", + "group": "compile_time", + "value": 23.058522, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithmFunction.cpp", + "group": "compile_time", + "value": 22.556362, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/PropagatorMaterialAssignerTests.cpp", + "group": "compile_time", + "value": 22.556269, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationBentTracks.cpp", + "group": "compile_time", + "value": 21.553949, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/CovarianceEngineTests.cpp", + "group": "compile_time", + "value": 20.554764, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvTrackingGeometryWriter.cpp", + "group": "compile_time", + "value": 19.546038, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/VolumeMaterialMapperTests.cpp", + "group": "compile_time", + "value": 19.04507, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/BoundToCurvilinearConversionTests.cpp", + "group": "compile_time", + "value": 19.045048, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Podio/PodioTrackContainerTest.cpp", + "group": "compile_time", + "value": 19.044981, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/MultiStepperTests.cpp", + "group": "compile_time", + "value": 19.044818, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/VolumeMaterialMapper.cpp", + "group": "compile_time", + "value": 18.544232, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFinderTests.cpp", + "group": "compile_time", + "value": 18.542504, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/SurfaceMaterialMapper.cpp", + "group": "compile_time", + "value": 18.048993, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepReader.cpp", + "group": "compile_time", + "value": 18.044249, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationEigenConstant.cpp", + "group": "compile_time", + "value": 18.043132, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/EventData/ScalingCalibrator.cpp", + "group": "compile_time", + "value": 18.042995, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/PropagatorTests.cpp", + "group": "compile_time", + "value": 18.042895, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/DetectorVolumeJsonConverter.cpp", + "group": "compile_time", + "value": 17.546291, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationCompareAtlasEigenConstant.cpp", + "group": "compile_time", + "value": 17.54543, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/DetectorNavigatorTests.cpp", + "group": "compile_time", + "value": 17.542122, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/IterativeVertexFinderTests.cpp", + "group": "compile_time", + "value": 17.542051, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/GsfComponentMergingTests.cpp", + "group": "compile_time", + "value": 16.543246, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/NuclearInteractions/src/detail/NuclearInteractionParametrisation.cpp", + "group": "compile_time", + "value": 16.543018, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/ImpactPointEstimatorTests.cpp", + "group": "compile_time", + "value": 16.53958, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GlobalChiSquareFitter.cpp", + "group": "compile_time", + "value": 16.539267, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/DetectorVolumeFinderJsonConverterTests.cpp", + "group": "compile_time", + "value": 16.538989, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/TrackTests.cpp", + "group": "compile_time", + "value": 16.538963, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvTrackParameterWriter.cpp", + "group": "compile_time", + "value": 16.53832, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/ContextualDetector/src/AlignedDetector.cpp", + "group": "compile_time", + "value": 16.03874, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationCompareEigenStraightLine.cpp", + "group": "compile_time", + "value": 16.038145, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationStraightLine.cpp", + "group": "compile_time", + "value": 16.037964, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/SurfaceMaterialMapperTests.cpp", + "group": "compile_time", + "value": 15.54212, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/GenericCuboidVolumeBounds.cpp", + "group": "compile_time", + "value": 15.541649, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PropagationAtlasConstant.cpp", + "group": "compile_time", + "value": 15.541312, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/AdaptiveMultiVertexFitterTests.cpp", + "group": "compile_time", + "value": 15.537335, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFinding/MeasurementSelector.cpp", + "group": "compile_time", + "value": 15.53729, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootTrackStatesWriter.cpp", + "group": "compile_time", + "value": 15.53709, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Performance/ActsExamples/Io/Performance/VertexPerformanceWriter.cpp", + "group": "compile_time", + "value": 15.536243, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Vertexing/src/AdaptiveMultiVertexFinderAlgorithm.cpp", + "group": "compile_time", + "value": 15.038614, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/DetectorJsonConverterTests.cpp", + "group": "compile_time", + "value": 15.035849, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/TGeoDetector/src/TGeoDetector.cpp", + "group": "compile_time", + "value": 15.034525, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/SurfaceArrayCreatorTests.cpp", + "group": "compile_time", + "value": 14.539353, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Vertexing/src/IterativeVertexFinderAlgorithm.cpp", + "group": "compile_time", + "value": 14.534248, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/LinearizedTrackFactoryTests.cpp", + "group": "compile_time", + "value": 14.534158, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/TrackTestsExtra.cpp", + "group": "compile_time", + "value": 14.033476, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/DetectorVolumeJsonConverterTests.cpp", + "group": "compile_time", + "value": 14.032872, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/LayerStructureBuilder.cpp", + "group": "compile_time", + "value": 14.032629, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/FrustumTest.cpp", + "group": "compile_time", + "value": 14.031986, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/Geant4Simulation.cpp", + "group": "compile_time", + "value": 13.533934, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/GridTests.cpp", + "group": "compile_time", + "value": 13.532588, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/RayFrustumBenchmark.cpp", + "group": "compile_time", + "value": 13.531996, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/LineSurfaceTests.cpp", + "group": "compile_time", + "value": 13.531005, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/EDM4hep/ConvertTrackEDM4hepTest.cpp", + "group": "compile_time", + "value": 13.032088, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CylindricalDetectorHelperTests.cpp", + "group": "compile_time", + "value": 13.031168, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/GenericDetector/src/GenericDetector.cpp", + "group": "compile_time", + "value": 13.031021, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/EigenStepperBenchmark.cpp", + "group": "compile_time", + "value": 13.030997, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/GeneratorsPythia8/ActsExamples/Generators/Pythia8ProcessGenerator.cpp", + "group": "compile_time", + "value": 13.030521, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/NavigatorTests.cpp", + "group": "compile_time", + "value": 13.0305, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/ConvertDD4hepDetector.cpp", + "group": "compile_time", + "value": 12.533672, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/DigitizationAlgorithm.cpp", + "group": "compile_time", + "value": 12.529938, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/LoopProtectionTests.cpp", + "group": "compile_time", + "value": 12.529693, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Vertexing/src/VertexFitterAlgorithm.cpp", + "group": "compile_time", + "value": 12.529284, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Vertexing/src/SingleSeedVertexFinderAlgorithm.cpp", + "group": "compile_time", + "value": 12.031415, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/AtlasStepperTests.cpp", + "group": "compile_time", + "value": 12.028648, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/FullBilloirVertexFitterTests.cpp", + "group": "compile_time", + "value": 12.028386, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/AmbiguityResolution/src/GreedyAmbiguityResolutionAlgorithm.cpp", + "group": "compile_time", + "value": 12.028381, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackModifier.cpp", + "group": "compile_time", + "value": 11.531267, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/BoundTrackParametersTests.cpp", + "group": "compile_time", + "value": 11.531131, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/IndexedSurfacesGeneratorTests.cpp", + "group": "compile_time", + "value": 11.531114, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/PolyhedronSurfacesTests.cpp", + "group": "compile_time", + "value": 11.531084, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/StraightLineStepperTests.cpp", + "group": "compile_time", + "value": 11.529368, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepTrackReader.cpp", + "group": "compile_time", + "value": 11.529204, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CylinderVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 11.527753, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/DD4hepCylindricalDetectorTests.cpp", + "group": "compile_time", + "value": 11.527515, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/IndexedSurfacesJsonConverter.cpp", + "group": "compile_time", + "value": 11.527469, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/ZScanVertexFinderTests.cpp", + "group": "compile_time", + "value": 11.527357, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/KalmanVertexUpdaterTests.cpp", + "group": "compile_time", + "value": 11.527342, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/TrackingGeometryCreationTests.cpp", + "group": "compile_time", + "value": 11.52731, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvMeasurementWriter.cpp", + "group": "compile_time", + "value": 11.527306, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepUtil.cpp", + "group": "compile_time", + "value": 11.52719, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/MeasurementTests.cpp", + "group": "compile_time", + "value": 11.527148, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/TrackSelectorAlgorithm.cpp", + "group": "compile_time", + "value": 11.527001, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Json/src/JsonDigitizationConfig.cpp", + "group": "compile_time", + "value": 11.027658, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/StraightLineStepperBenchmark.cpp", + "group": "compile_time", + "value": 11.026828, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/SurfaceArrayCreator.cpp", + "group": "compile_time", + "value": 11.026434, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepMeasurementReader.cpp", + "group": "compile_time", + "value": 11.026295, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/MaterialMapJsonConverter.cpp", + "group": "compile_time", + "value": 11.026161, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Geant4/Geant4SurfaceProviderTests.cpp", + "group": "compile_time", + "value": 11.026121, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/HelpersTests.cpp", + "group": "compile_time", + "value": 11.025887, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/TrackFittingAlgorithm.cpp", + "group": "compile_time", + "value": 11.024843, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/DD4hepCylinderLayerStructureTests.cpp", + "group": "compile_time", + "value": 10.528672, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/TrackingGeometryView3DTests.cpp", + "group": "compile_time", + "value": 10.528611, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Examples/Io/Json/JsonDigitizationConfigTests.cpp", + "group": "compile_time", + "value": 10.528607, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFinding/TrackSelectorTests.cpp", + "group": "compile_time", + "value": 10.528406, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvMuonSimHitReader.cpp", + "group": "compile_time", + "value": 10.528238, + "unit": "seconds" + }, + { + "name": "time_Examples/Scripts/TrackingPerformance/TrackSummary.cpp", + "group": "compile_time", + "value": 10.526689, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Examples/Io/Csv/MeasurementReaderWriterTests.cpp", + "group": "compile_time", + "value": 10.525294, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GsfUtils.cpp", + "group": "compile_time", + "value": 10.525199, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/CylindricalDetectorHelper.cpp", + "group": "compile_time", + "value": 10.525186, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/FullBilloirVertexFitter.cpp", + "group": "compile_time", + "value": 10.52515, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootMeasurementWriter.cpp", + "group": "compile_time", + "value": 10.524952, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/RefittingAlgorithm.cpp", + "group": "compile_time", + "value": 10.524951, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvMeasurementReader.cpp", + "group": "compile_time", + "value": 10.524925, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootTrackSummaryWriter.cpp", + "group": "compile_time", + "value": 10.5249, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvSimHitReader.cpp", + "group": "compile_time", + "value": 10.524896, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/SurfaceView3DTests.cpp", + "group": "compile_time", + "value": 10.52488, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepTrackWriter.cpp", + "group": "compile_time", + "value": 10.524822, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Framework/Sequencer.cpp", + "group": "compile_time", + "value": 10.524768, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/KDTreeTrackingGeometryBuilderTests.cpp", + "group": "compile_time", + "value": 10.027312, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/DetectorVolumeFinderJsonConverter.cpp", + "group": "compile_time", + "value": 10.027192, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/VerticesHelper.cpp", + "group": "compile_time", + "value": 10.026465, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/PortalJsonConverterTests.cpp", + "group": "compile_time", + "value": 10.025032, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepLayerBuilder.cpp", + "group": "compile_time", + "value": 10.024902, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/ProtoLayerHelperTests.cpp", + "group": "compile_time", + "value": 10.024821, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoBBoxConversionTests.cpp", + "group": "compile_time", + "value": 10.024061, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CuboidVolumeBuilder.cpp", + "group": "compile_time", + "value": 10.024038, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GainMatrixSmoother.cpp", + "group": "compile_time", + "value": 10.024037, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/VolumeBoundsJsonConverterTests.cpp", + "group": "compile_time", + "value": 10.024037, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/LayerStructureBuilderTests.cpp", + "group": "compile_time", + "value": 10.024018, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CuboidalDetectorHelperTests.cpp", + "group": "compile_time", + "value": 10.0239, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/HoughTransformSeeder.cpp", + "group": "compile_time", + "value": 10.02389, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/SurfaceJsonConverterTests.cpp", + "group": "compile_time", + "value": 10.023881, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/SeedingAlgorithm.cpp", + "group": "compile_time", + "value": 10.023793, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepBlueprintFactory.cpp", + "group": "compile_time", + "value": 10.023605, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/DD4hepDiscLayerStructureTests.cpp", + "group": "compile_time", + "value": 10.023526, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/PodioUtil.cpp", + "group": "compile_time", + "value": 10.023259, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp", + "group": "compile_time", + "value": 10.023176, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepMeasurementWriter.cpp", + "group": "compile_time", + "value": 9.52578, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/AtlasStepperBenchmark.cpp", + "group": "compile_time", + "value": 9.524742, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/TGeoDetector/src/TGeoITkModuleSplitter.cpp", + "group": "compile_time", + "value": 9.523164, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/KdtSurfacesProviderTests.cpp", + "group": "compile_time", + "value": 9.522981, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepSimHitWriter.cpp", + "group": "compile_time", + "value": 9.522863, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/PlanarSteppingAlgorithm.cpp", + "group": "compile_time", + "value": 9.522778, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepMultiTrajectoryWriter.cpp", + "group": "compile_time", + "value": 9.522777, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/ImpactPointEstimator.cpp", + "group": "compile_time", + "value": 9.522734, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/SingleSeedVertexFinderTests.cpp", + "group": "compile_time", + "value": 9.522659, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/UtilitiesJsonConverterTests.cpp", + "group": "compile_time", + "value": 9.522654, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/DiscSurfaceTests.cpp", + "group": "compile_time", + "value": 9.522567, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/SpacePointMaker.cpp", + "group": "compile_time", + "value": 9.522559, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvPlanarClusterReader.cpp", + "group": "compile_time", + "value": 9.522518, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/SurfaceLocalToGlobalRoundtripTests.cpp", + "group": "compile_time", + "value": 9.522508, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/detail/JacobianEngine.cpp", + "group": "compile_time", + "value": 9.522478, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/JacobianEngineTests.cpp", + "group": "compile_time", + "value": 9.522401, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Alignment/src/AlignmentAlgorithm.cpp", + "group": "compile_time", + "value": 9.522287, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CylindricalContainerBuilderTests.cpp", + "group": "compile_time", + "value": 9.522055, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/CuboidalDetectorHelper.cpp", + "group": "compile_time", + "value": 9.024726, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/JsonMaterialDecorator.cpp", + "group": "compile_time", + "value": 9.024365, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/MaterialJsonConverter.cpp", + "group": "compile_time", + "value": 9.023674, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/MaterialMapJsonConverterTests.cpp", + "group": "compile_time", + "value": 9.02323, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Generators/ActsExamples/Generators/ParametricParticleGenerator.cpp", + "group": "compile_time", + "value": 9.023006, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4HepMC/src/EventRecording.cpp", + "group": "compile_time", + "value": 9.022937, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/TrackingGeometryGeometryIdTests.cpp", + "group": "compile_time", + "value": 9.021749, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.cpp", + "group": "compile_time", + "value": 9.021678, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/LayerCreatorTests.cpp", + "group": "compile_time", + "value": 9.021612, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvTrackWriter.cpp", + "group": "compile_time", + "value": 9.021486, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootAthenaNTupleReader.cpp", + "group": "compile_time", + "value": 9.021387, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/EDM4hep/src/EDM4hepParticleWriter.cpp", + "group": "compile_time", + "value": 9.021328, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoTubeConversionTests.cpp", + "group": "compile_time", + "value": 9.02126, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Examples/Io/Root/SimhitReaderWriterTests.cpp", + "group": "compile_time", + "value": 9.021205, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/PlaneSurfaceTests.cpp", + "group": "compile_time", + "value": 9.021202, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoTrd2ConversionTests.cpp", + "group": "compile_time", + "value": 9.021194, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootTrackSummaryReader.cpp", + "group": "compile_time", + "value": 9.021177, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/JacobianTests.cpp", + "group": "compile_time", + "value": 9.021171, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CuboidalDetectorFromBlueprintTests.cpp", + "group": "compile_time", + "value": 9.021131, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/TrackParamsEstimationAlgorithm.cpp", + "group": "compile_time", + "value": 9.020888, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/TrackingGeometryClosureTests.cpp", + "group": "compile_time", + "value": 9.020661, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/DD4hepDetector/src/DD4hepDetector.cpp", + "group": "compile_time", + "value": 8.523142, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Examples/Algorithms/Alignment/AlignmentGroupingTests.cpp", + "group": "compile_time", + "value": 8.523085, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Performance/ActsExamples/Io/Performance/TrackFitterPerformanceWriter.cpp", + "group": "compile_time", + "value": 8.523057, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootTrackParameterWriter.cpp", + "group": "compile_time", + "value": 8.523057, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/PlanarSurfaceMaskTests.cpp", + "group": "compile_time", + "value": 8.522928, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/AdaptiveGridTrackDensityTests.cpp", + "group": "compile_time", + "value": 8.522838, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/PortalJsonConverter.cpp", + "group": "compile_time", + "value": 8.52279, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/CorrectedTransformFreeToBoundTests.cpp", + "group": "compile_time", + "value": 8.522715, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/GridJsonConverter.cpp", + "group": "compile_time", + "value": 8.522099, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/AdaptiveMultiVertexFinder.cpp", + "group": "compile_time", + "value": 8.521462, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/MuonSpectrometerMockupDetector/src/MockupSectorBuilder.cpp", + "group": "compile_time", + "value": 8.521196, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/VolumeTests.cpp", + "group": "compile_time", + "value": 8.520614, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/BinnedSurfaceMaterialAccumulaterTests.cpp", + "group": "compile_time", + "value": 8.520544, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/NumericalTrackLinearizer.cpp", + "group": "compile_time", + "value": 8.520346, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/DetectorVolumeTests.cpp", + "group": "compile_time", + "value": 8.520264, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CylindricalDetectorFromBlueprintTests.cpp", + "group": "compile_time", + "value": 8.520257, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CylinderVolumeHelper.cpp", + "group": "compile_time", + "value": 8.520218, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/IndexedSurfaceGridFillerTests.cpp", + "group": "compile_time", + "value": 8.520203, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/CylinderSurfaceTests.cpp", + "group": "compile_time", + "value": 8.520179, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/GainMatrixUpdaterTests.cpp", + "group": "compile_time", + "value": 8.52006, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CutoutCylinderVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 8.520059, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Performance/ActsExamples/Io/Performance/CKFPerformanceWriter.cpp", + "group": "compile_time", + "value": 8.52001, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootMaterialDecorator.cpp", + "group": "compile_time", + "value": 8.519971, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvParticleReader.cpp", + "group": "compile_time", + "value": 8.519966, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/GridDensityVertexFinderTests.cpp", + "group": "compile_time", + "value": 8.519935, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvTrackParameterReader.cpp", + "group": "compile_time", + "value": 8.51984, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/SegmentizerTests.cpp", + "group": "compile_time", + "value": 8.519748, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/MaterialMapping/src/MaterialMapping.cpp", + "group": "compile_time", + "value": 8.519719, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/TrapezoidVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 8.022128, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthVertexFinder.cpp", + "group": "compile_time", + "value": 8.022052, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/SurfaceArrayTests.cpp", + "group": "compile_time", + "value": 8.022042, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvSeedWriter.cpp", + "group": "compile_time", + "value": 8.021742, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/DetectorVolumeBuilderTests.cpp", + "group": "compile_time", + "value": 8.021677, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/GenericCuboidVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 8.021663, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/FreeTrackParametersTests.cpp", + "group": "compile_time", + "value": 8.021437, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/ConeSurface.cpp", + "group": "compile_time", + "value": 8.021429, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedingAlgorithm.cpp", + "group": "compile_time", + "value": 8.021346, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/DetectorTests.cpp", + "group": "compile_time", + "value": 8.020008, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp", + "group": "compile_time", + "value": 8.019834, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/VolumeStructureBuilder.cpp", + "group": "compile_time", + "value": 8.01971, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/SeedingOrthogonalAlgorithm.cpp", + "group": "compile_time", + "value": 8.019422, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootSimHitReader.cpp", + "group": "compile_time", + "value": 8.019377, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackTruthMatcher.cpp", + "group": "compile_time", + "value": 8.019247, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/AlgebraJsonConverterTests.cpp", + "group": "compile_time", + "value": 8.019207, + "unit": "seconds" + }, + { + "name": "time_Examples/Scripts/MaterialMapping/MaterialComposition.cpp", + "group": "compile_time", + "value": 8.019184, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialInteractionAssignmentTests.cpp", + "group": "compile_time", + "value": 8.019154, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/MultiWireStructureBuilder.cpp", + "group": "compile_time", + "value": 8.019083, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/TrackingVolume.cpp", + "group": "compile_time", + "value": 8.019083, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/GeometryIdGeneratorTests.cpp", + "group": "compile_time", + "value": 8.019048, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Performance/ActsExamples/Io/Performance/TrackFinderPerformanceWriter.cpp", + "group": "compile_time", + "value": 8.019034, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/EventData/MeasurementCalibration.cpp", + "group": "compile_time", + "value": 8.018991, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Propagation/src/PropagationAlgorithm.cpp", + "group": "compile_time", + "value": 8.018969, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoArb8ConversionTests.cpp", + "group": "compile_time", + "value": 8.01896, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ProtoTrackTruthMatcher.cpp", + "group": "compile_time", + "value": 8.018933, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/VolumeView3DTests.cpp", + "group": "compile_time", + "value": 8.018916, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/SurfaceIntersectionTests.cpp", + "group": "compile_time", + "value": 8.018914, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/TransformHelpersTests.cpp", + "group": "compile_time", + "value": 8.0189, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Kernel/SimulationActorTests.cpp", + "group": "compile_time", + "value": 8.018895, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CuboidVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 8.01888, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/GeometryHierarchyMapJsonConverterTests.cpp", + "group": "compile_time", + "value": 8.018861, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/BlueprintHelperTests.cpp", + "group": "compile_time", + "value": 8.018828, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoTrd1ConversionTests.cpp", + "group": "compile_time", + "value": 8.018806, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/HelicalTrackLinearizer.cpp", + "group": "compile_time", + "value": 8.018745, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/ProtoDetectorJsonConverterTests.cpp", + "group": "compile_time", + "value": 8.018701, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/GridJsonConverterTests.cpp", + "group": "compile_time", + "value": 8.01867, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/PrimitivesView3DTests.cpp", + "group": "compile_time", + "value": 8.018514, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/CuboidalContainerBuilderTests.cpp", + "group": "compile_time", + "value": 8.018472, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/CurvilinearTrackParametersTests.cpp", + "group": "compile_time", + "value": 8.018362, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Geant4/Geant4DetectorSurfaceFactoryTests.cpp", + "group": "compile_time", + "value": 7.520584, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepMaterialHelpers.cpp", + "group": "compile_time", + "value": 7.520423, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/KDTreeTrackingGeometryBuilder.cpp", + "group": "compile_time", + "value": 7.520334, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/GsfMixtureReductionTests.cpp", + "group": "compile_time", + "value": 7.520236, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/AdaptiveMultiVertexFitter.cpp", + "group": "compile_time", + "value": 7.520176, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialMapperTests.cpp", + "group": "compile_time", + "value": 7.5199, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/PortalTests.cpp", + "group": "compile_time", + "value": 7.519755, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/ParticleTrackingAction.cpp", + "group": "compile_time", + "value": 7.519195, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CuboidVolumeBuilderTests.cpp", + "group": "compile_time", + "value": 7.518887, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/SensitiveSteppingAction.cpp", + "group": "compile_time", + "value": 7.518826, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/LineSurface.cpp", + "group": "compile_time", + "value": 7.518673, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/SurfaceTests.cpp", + "group": "compile_time", + "value": 7.518637, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Examples/Algorithms/Digitization/ModuleClustersTests.cpp", + "group": "compile_time", + "value": 7.518178, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/BinnedSurfaceMaterialAccumulater.cpp", + "group": "compile_time", + "value": 7.518096, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/MultiComponentBoundTrackParametersTests.cpp", + "group": "compile_time", + "value": 7.518054, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepDetectorStructure.cpp", + "group": "compile_time", + "value": 7.51804, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/ConeVolumeBounds.cpp", + "group": "compile_time", + "value": 7.517992, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoSurfaceConverter.cpp", + "group": "compile_time", + "value": 7.517989, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Json/src/JsonSurfacesWriter.cpp", + "group": "compile_time", + "value": 7.517986, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/CylinderSurface.cpp", + "group": "compile_time", + "value": 7.517963, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/IterativeVertexFinder.cpp", + "group": "compile_time", + "value": 7.517955, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/ProtoLayerTests.cpp", + "group": "compile_time", + "value": 7.517952, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/ConeSurfaceTests.cpp", + "group": "compile_time", + "value": 7.517945, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/TrapezoidVolumeBounds.cpp", + "group": "compile_time", + "value": 7.517927, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/CylindricalContainerBuilder.cpp", + "group": "compile_time", + "value": 7.517925, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/DetectorBuilderTests.cpp", + "group": "compile_time", + "value": 7.517898, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/BlueprintHelper.cpp", + "group": "compile_time", + "value": 7.517875, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CylinderVolumeBuilder.cpp", + "group": "compile_time", + "value": 7.51785, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/UncorrelatedHitSmearerTests.cpp", + "group": "compile_time", + "value": 7.517843, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/DigitizationConfigurator.cpp", + "group": "compile_time", + "value": 7.5178, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/TrackDensityVertexFinderTests.cpp", + "group": "compile_time", + "value": 7.51778, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/HepMC/src/HepMCProcessExtractor.cpp", + "group": "compile_time", + "value": 7.517769, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvPlanarClusterWriter.cpp", + "group": "compile_time", + "value": 7.517766, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Physics/ScatteringTests.cpp", + "group": "compile_time", + "value": 7.517761, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootMaterialTrackReader.cpp", + "group": "compile_time", + "value": 7.517754, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/DD4hepDetectorElementTests.cpp", + "group": "compile_time", + "value": 7.517742, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/SurfaceJsonConverter.cpp", + "group": "compile_time", + "value": 7.517677, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoLayerBuilderTests.cpp", + "group": "compile_time", + "value": 7.517658, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/DD4hepTestsHelper.cpp", + "group": "compile_time", + "value": 7.517605, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFinding/src/MuonHoughSeeder.cpp", + "group": "compile_time", + "value": 7.51758, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/Surface.cpp", + "group": "compile_time", + "value": 7.517539, + "unit": "seconds" + }, + { + "name": "time_Plugins/Geant4/src/Geant4Converters.cpp", + "group": "compile_time", + "value": 7.517518, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Physics/PhotonConversionTests.cpp", + "group": "compile_time", + "value": 7.517385, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/VolumeStructureBuilderTests.cpp", + "group": "compile_time", + "value": 7.517385, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/SurfaceSortingAlgorithm.cpp", + "group": "compile_time", + "value": 7.517325, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepDetectorSurfaceFactory.cpp", + "group": "compile_time", + "value": 7.5172, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/VolumeBoundsTests.cpp", + "group": "compile_time", + "value": 7.019462, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/LayerFactory.cpp", + "group": "compile_time", + "value": 7.019312, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvSpacePointReader.cpp", + "group": "compile_time", + "value": 7.019041, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/SurfaceIntersectionBenchmark.cpp", + "group": "compile_time", + "value": 7.019004, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepLayerStructure.cpp", + "group": "compile_time", + "value": 7.018834, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootVertexReader.cpp", + "group": "compile_time", + "value": 7.018552, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Json/src/JsonSurfacesReader.cpp", + "group": "compile_time", + "value": 7.017943, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/IntersectionMaterialAssignerTests.cpp", + "group": "compile_time", + "value": 7.0178, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/ChannelizerTests.cpp", + "group": "compile_time", + "value": 7.017736, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/ProtoDetectorTests.cpp", + "group": "compile_time", + "value": 7.017729, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/Geant4Detector/src/Geant4Detector.cpp", + "group": "compile_time", + "value": 7.017689, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/MaterialSteppingAction.cpp", + "group": "compile_time", + "value": 7.017612, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/SimParticleTranslation.cpp", + "group": "compile_time", + "value": 7.017493, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/CuboidalContainerBuilder.cpp", + "group": "compile_time", + "value": 7.01729, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Geant4/Geant4ConvertersTests.cpp", + "group": "compile_time", + "value": 7.017096, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/TrackingVolumeArrayCreator.cpp", + "group": "compile_time", + "value": 7.016943, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/CorrectedTransformationFreeToBound.cpp", + "group": "compile_time", + "value": 7.01692, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/GenericApproachDescriptorTests.cpp", + "group": "compile_time", + "value": 7.016755, + "unit": "seconds" + }, + { + "name": "time_Core/src/Visualization/GeometryView3D.cpp", + "group": "compile_time", + "value": 7.016731, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ParticleSmearing.cpp", + "group": "compile_time", + "value": 7.01669, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/detail/CovarianceEngine.cpp", + "group": "compile_time", + "value": 7.016685, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/NuclearInteractions/src/RootNuclearInteractionParametersWriter.cpp", + "group": "compile_time", + "value": 7.016624, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/TelescopeDetector/src/BuildTelescopeDetector.cpp", + "group": "compile_time", + "value": 7.01662, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/ConeVolumeBoundsTests.cpp", + "group": "compile_time", + "value": 7.016557, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/SurfaceBoundsJsonConverterTests.cpp", + "group": "compile_time", + "value": 7.016479, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/KDTreeTests.cpp", + "group": "compile_time", + "value": 7.016467, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootParticleReader.cpp", + "group": "compile_time", + "value": 7.016407, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/TracksToTrajectories.cpp", + "group": "compile_time", + "value": 7.016386, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/LayerArrayCreator.cpp", + "group": "compile_time", + "value": 7.016382, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/ModuleClusters.cpp", + "group": "compile_time", + "value": 7.016314, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BinAdjustmentVolumeTests.cpp", + "group": "compile_time", + "value": 7.016252, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/LayerCreator.cpp", + "group": "compile_time", + "value": 7.01625, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GsfMixtureReduction.cpp", + "group": "compile_time", + "value": 7.016217, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/TrackFitting/GainMatrixSmootherTests.cpp", + "group": "compile_time", + "value": 7.016132, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootMaterialTrackWriter.cpp", + "group": "compile_time", + "value": 7.016076, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/LayerTests.cpp", + "group": "compile_time", + "value": 6.518305, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/EventData/ParticleTests.cpp", + "group": "compile_time", + "value": 6.517705, + "unit": "seconds" + }, + { + "name": "time_Plugins/EDM4hep/src/EDM4hepUtil.cpp", + "group": "compile_time", + "value": 6.51759, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/BinUtilityBenchmark.cpp", + "group": "compile_time", + "value": 6.517455, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/BlueprintTests.cpp", + "group": "compile_time", + "value": 6.517455, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/DetectorVolumeConsistency.cpp", + "group": "compile_time", + "value": 6.517395, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/TrajectoriesToPrototracks.cpp", + "group": "compile_time", + "value": 6.517372, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/DDG4DetectorConstruction.cpp", + "group": "compile_time", + "value": 6.516736, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/ParticleKillAction.cpp", + "group": "compile_time", + "value": 6.516441, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/PlaneLayerTests.cpp", + "group": "compile_time", + "value": 6.516403, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/DetectorVolumeConsistencyTests.cpp", + "group": "compile_time", + "value": 6.516334, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/MaterialMapping/src/CoreMaterialMapping.cpp", + "group": "compile_time", + "value": 6.516129, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/SupportSurfacesHelperTests.cpp", + "group": "compile_time", + "value": 6.516065, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Kernel/InteractionListTests.cpp", + "group": "compile_time", + "value": 6.515988, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/ContextualDetector/src/ExternalAlignmentDecorator.cpp", + "group": "compile_time", + "value": 6.515887, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/TrackingVolumeTests.cpp", + "group": "compile_time", + "value": 6.515835, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoLayerBuilder.cpp", + "group": "compile_time", + "value": 6.515693, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/SupportSurfacesHelper.cpp", + "group": "compile_time", + "value": 6.515647, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BFieldMapUtilsTests.cpp", + "group": "compile_time", + "value": 6.515625, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/DiscSurface.cpp", + "group": "compile_time", + "value": 6.515585, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/MeasurementHelpersTests.cpp", + "group": "compile_time", + "value": 6.515526, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/DetectorVolumeBuilder.cpp", + "group": "compile_time", + "value": 6.515522, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/IndexedRootVolumeFinderBuilderTests.cpp", + "group": "compile_time", + "value": 6.515496, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialGridHelperTests.cpp", + "group": "compile_time", + "value": 6.51548, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/ProtoDetectorJsonConverter.cpp", + "group": "compile_time", + "value": 6.515476, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CylinderVolumeBounds.cpp", + "group": "compile_time", + "value": 6.515469, + "unit": "seconds" + }, + { + "name": "time_Core/src/Digitization/CartesianSegmentation.cpp", + "group": "compile_time", + "value": 6.515461, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/SimpleGeometryTests.cpp", + "group": "compile_time", + "value": 6.51546, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CylinderLayerTests.cpp", + "group": "compile_time", + "value": 6.515458, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/NavigationStateUpdatersTests.cpp", + "group": "compile_time", + "value": 6.515454, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/ParticleSelector.cpp", + "group": "compile_time", + "value": 6.515454, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/DetectorVolumeFindersTests.cpp", + "group": "compile_time", + "value": 6.515452, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootMaterialWriter.cpp", + "group": "compile_time", + "value": 6.51545, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/MultiWireNavigationTests.cpp", + "group": "compile_time", + "value": 6.515432, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Json/src/JsonMaterialWriter.cpp", + "group": "compile_time", + "value": 6.515428, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/DetectorVolume.cpp", + "group": "compile_time", + "value": 6.515419, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/MultiWireStructureBuilderTests.cpp", + "group": "compile_time", + "value": 6.515389, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BinAdjustmentTests.cpp", + "group": "compile_time", + "value": 6.515384, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/VolumeMaterialInteractionTests.cpp", + "group": "compile_time", + "value": 6.515371, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/TracksToParameters.cpp", + "group": "compile_time", + "value": 6.515368, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootPlanarClusterWriter.cpp", + "group": "compile_time", + "value": 6.515354, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Physics/BetheHeitlerTests.cpp", + "group": "compile_time", + "value": 6.515327, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Vertexing/GaussianGridTrackDensityTests.cpp", + "group": "compile_time", + "value": 6.515321, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/VolumeBoundsJsonConverter.cpp", + "group": "compile_time", + "value": 6.51531, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Digitization/PlanarModuleStepperTests.cpp", + "group": "compile_time", + "value": 6.515194, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/UtilitiesJsonConverter.cpp", + "group": "compile_time", + "value": 6.515067, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/InterpolatedMaterialMapTests.cpp", + "group": "compile_time", + "value": 6.016474, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BinUtilityTests.cpp", + "group": "compile_time", + "value": 6.016266, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvDriftCircleReader.cpp", + "group": "compile_time", + "value": 6.016123, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/TrackClassification.cpp", + "group": "compile_time", + "value": 6.016098, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvProtoTrackWriter.cpp", + "group": "compile_time", + "value": 6.016022, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/DetectorVolumeUpdatersTests.cpp", + "group": "compile_time", + "value": 6.015812, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Digitization/CartesianSegmentationTests.cpp", + "group": "compile_time", + "value": 6.015729, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootPropagationStepsWriter.cpp", + "group": "compile_time", + "value": 6.015701, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/NavigationLayerTests.cpp", + "group": "compile_time", + "value": 6.015653, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Selectors/SelectorHelpersTests.cpp", + "group": "compile_time", + "value": 6.015618, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/ProtoBinningTests.cpp", + "group": "compile_time", + "value": 6.015569, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/SensitiveSurfaceMapper.cpp", + "group": "compile_time", + "value": 6.015364, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Selectors/ParticleSelectorsTests.cpp", + "group": "compile_time", + "value": 6.014514, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvSimHitWriter.cpp", + "group": "compile_time", + "value": 6.014512, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TrackParameterSelector.cpp", + "group": "compile_time", + "value": 6.014453, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/PrototracksToSeeds.cpp", + "group": "compile_time", + "value": 6.014426, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/PlaneLayer.cpp", + "group": "compile_time", + "value": 6.014412, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/ChannelMergerTests.cpp", + "group": "compile_time", + "value": 6.014375, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/ChargeTests.cpp", + "group": "compile_time", + "value": 6.014361, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/ParticleHypothesisTests.cpp", + "group": "compile_time", + "value": 6.014357, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/ResPlotTool.cpp", + "group": "compile_time", + "value": 6.014328, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/AlgebraHelpersTests.cpp", + "group": "compile_time", + "value": 6.014327, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/StrawSurfaceTests.cpp", + "group": "compile_time", + "value": 6.014317, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CuboidVolumeBounds.cpp", + "group": "compile_time", + "value": 6.01429, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthSeedSelector.cpp", + "group": "compile_time", + "value": 6.014285, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Physics/BetheBlochTests.cpp", + "group": "compile_time", + "value": 6.014259, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/DiscLayerTests.cpp", + "group": "compile_time", + "value": 6.014232, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/DD4hepDetector/src/DD4hepGeometryService.cpp", + "group": "compile_time", + "value": 6.014226, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepVolumeBuilder.cpp", + "group": "compile_time", + "value": 6.014215, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TruthTracking/ActsExamples/TruthTracking/TruthTrackFinder.cpp", + "group": "compile_time", + "value": 6.014214, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/IntersectionMaterialAssigner.cpp", + "group": "compile_time", + "value": 6.014195, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/BoundaryCheckTests.cpp", + "group": "compile_time", + "value": 6.014185, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/IndexedRootVolumeFinderBuilder.cpp", + "group": "compile_time", + "value": 6.014182, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootParticleWriter.cpp", + "group": "compile_time", + "value": 6.01418, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/Range1DTests.cpp", + "group": "compile_time", + "value": 6.014171, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvSpacePointWriter.cpp", + "group": "compile_time", + "value": 6.013925, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/TrackFitting/src/RefittingCalibrator.cpp", + "group": "compile_time", + "value": 6.013887, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/ConeLayerTests.cpp", + "group": "compile_time", + "value": 6.013735, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/PortalGeneratorsTests.cpp", + "group": "compile_time", + "value": 6.013546, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Digitization/PlanarSurfaceDriftTests.cpp", + "group": "compile_time", + "value": 5.515033, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Printers/ActsExamples/Printers/TrackParametersPrinter.cpp", + "group": "compile_time", + "value": 5.514952, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/SeedsToPrototracks.cpp", + "group": "compile_time", + "value": 5.514906, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/DiscLayer.cpp", + "group": "compile_time", + "value": 5.514895, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/PortalHelper.cpp", + "group": "compile_time", + "value": 5.514873, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/TrapezoidBoundsTests.cpp", + "group": "compile_time", + "value": 5.514872, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/ConvexPolygonBoundsTests.cpp", + "group": "compile_time", + "value": 5.51486, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootSpacepointWriter.cpp", + "group": "compile_time", + "value": 5.514844, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootSeedWriter.cpp", + "group": "compile_time", + "value": 5.514833, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Printers/ActsExamples/Printers/HitsPrinter.cpp", + "group": "compile_time", + "value": 5.514772, + "unit": "seconds" + }, + { + "name": "time_Core/src/Visualization/EventDataView3D.cpp", + "group": "compile_time", + "value": 5.514635, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Printers/ActsExamples/Printers/ParticlesPrinter.cpp", + "group": "compile_time", + "value": 5.514625, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoDetectorElement.cpp", + "group": "compile_time", + "value": 5.514205, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/AdaptiveGridTrackDensity.cpp", + "group": "compile_time", + "value": 5.513893, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/TelescopeG4DetectorConstruction.cpp", + "group": "compile_time", + "value": 5.513385, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/PassiveLayerBuilder.cpp", + "group": "compile_time", + "value": 5.513346, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/Detector.cpp", + "group": "compile_time", + "value": 5.513235, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/AccumulatedSurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 5.513199, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/AxesTests.cpp", + "group": "compile_time", + "value": 5.513191, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CutoutCylinderVolumeBounds.cpp", + "group": "compile_time", + "value": 5.513181, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/PlaneSurface.cpp", + "group": "compile_time", + "value": 5.51318, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvParticleWriter.cpp", + "group": "compile_time", + "value": 5.513158, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/MaterialMapper.cpp", + "group": "compile_time", + "value": 5.513148, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/VectorMultiTrajectory.cpp", + "group": "compile_time", + "value": 5.513146, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/BlueprintDrawer.cpp", + "group": "compile_time", + "value": 5.513144, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootVertexWriter.cpp", + "group": "compile_time", + "value": 5.513126, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/SurfaceBinningMatcherTests.cpp", + "group": "compile_time", + "value": 5.513093, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/ContextualDetector/src/InternalAlignmentDecorator.cpp", + "group": "compile_time", + "value": 5.513067, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/HepMC3/src/HepMC3Event.cpp", + "group": "compile_time", + "value": 5.513051, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Geant4/Geant4DetectorElementTests.cpp", + "group": "compile_time", + "value": 5.51305, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Detector/ReferenceGeneratorsTests.cpp", + "group": "compile_time", + "value": 5.513047, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/ProtoDetector.cpp", + "group": "compile_time", + "value": 5.51303, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoCylinderDiscSplitter.cpp", + "group": "compile_time", + "value": 5.513013, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/IntersectionTests.cpp", + "group": "compile_time", + "value": 5.513003, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/PerigeeSurfaceTests.cpp", + "group": "compile_time", + "value": 5.512996, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootSimHitWriter.cpp", + "group": "compile_time", + "value": 5.512965, + "unit": "seconds" + }, + { + "name": "time_Examples/Scripts/TrackingPerformance/ResidualsAndPulls.cpp", + "group": "compile_time", + "value": 5.512944, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/AlignmentContextTests.cpp", + "group": "compile_time", + "value": 5.512943, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Utilities/src/HitSelector.cpp", + "group": "compile_time", + "value": 5.512933, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Kernel/ContinuousProcessTests.cpp", + "group": "compile_time", + "value": 5.512837, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/SourceLinkTests.cpp", + "group": "compile_time", + "value": 5.512834, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/Layer.cpp", + "group": "compile_time", + "value": 5.512801, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Selectors/KinematicCastsTests.cpp", + "group": "compile_time", + "value": 5.512677, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Obj/src/ObjTrackingGeometryWriter.cpp", + "group": "compile_time", + "value": 5.511754, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/PolyhedronTests.cpp", + "group": "compile_time", + "value": 5.013679, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Visualization/Visualization3DTests.cpp", + "group": "compile_time", + "value": 5.013587, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/DD4hepDetector/src/DD4hepDetectorHelper.cpp", + "group": "compile_time", + "value": 5.013475, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/MeasurementCreation.cpp", + "group": "compile_time", + "value": 5.01346, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/GridDensityVertexFinder.cpp", + "group": "compile_time", + "value": 5.013411, + "unit": "seconds" + }, + { + "name": "time_Core/src/Utilities/SpacePointUtility.cpp", + "group": "compile_time", + "value": 5.01341, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/MaterialInteractionAssignment.cpp", + "group": "compile_time", + "value": 5.013392, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepBinningHelpers.cpp", + "group": "compile_time", + "value": 5.013344, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/HepMC3/src/HepMC3Vertex.cpp", + "group": "compile_time", + "value": 5.013328, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/VolumeJsonConverter.cpp", + "group": "compile_time", + "value": 5.013122, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geometry/src/VolumeAssociationTest.cpp", + "group": "compile_time", + "value": 5.013049, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Utilities/Paths.cpp", + "group": "compile_time", + "value": 5.01246, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/HepMC3/src/HepMC3Particle.cpp", + "group": "compile_time", + "value": 5.012262, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/VectorTrackContainer.cpp", + "group": "compile_time", + "value": 5.012047, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/CylinderVolumeBuilderTests.cpp", + "group": "compile_time", + "value": 5.011976, + "unit": "seconds" + }, + { + "name": "time_Plugins/Geant4/src/Geant4DetectorSurfaceFactory.cpp", + "group": "compile_time", + "value": 5.011948, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/DuplicationPlotTool.cpp", + "group": "compile_time", + "value": 5.011912, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/MaterialMapUtilsTests.cpp", + "group": "compile_time", + "value": 5.011906, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp", + "group": "compile_time", + "value": 5.011894, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Physics/NuclearInteraction/NuclearInteraction.cpp", + "group": "compile_time", + "value": 5.011892, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/DD4hepDetector/src/DetUtils.cpp", + "group": "compile_time", + "value": 5.011878, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Digitization/src/DigitizationConfig.cpp", + "group": "compile_time", + "value": 5.011878, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/EffPlotTool.cpp", + "group": "compile_time", + "value": 5.011862, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/AlgebraJsonConverter.cpp", + "group": "compile_time", + "value": 5.01186, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/Kernel/TupleIndexOfTests.cpp", + "group": "compile_time", + "value": 5.011847, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/CylinderLayer.cpp", + "group": "compile_time", + "value": 5.011838, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/GeometryIdGenerator.cpp", + "group": "compile_time", + "value": 5.011832, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/GenericDetector/src/BuildGenericDetector.cpp", + "group": "compile_time", + "value": 5.011829, + "unit": "seconds" + }, + { + "name": "time_Core/src/AmbiguityResolution/GreedyAmbiguityResolution.cpp", + "group": "compile_time", + "value": 5.011802, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/FakeRatePlotTool.cpp", + "group": "compile_time", + "value": 5.0118, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Validation/TrackSummaryPlotTool.cpp", + "group": "compile_time", + "value": 5.011795, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/AdaptiveGridDensityVertexFinder.cpp", + "group": "compile_time", + "value": 5.011793, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/GridIterationTests.cpp", + "group": "compile_time", + "value": 5.011685, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/CurvilinearSurface.cpp", + "group": "compile_time", + "value": 5.011665, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/MaterialJsonConverterTests.cpp", + "group": "compile_time", + "value": 5.011661, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/PortalGenerators.cpp", + "group": "compile_time", + "value": 5.011629, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/DetectorBuilder.cpp", + "group": "compile_time", + "value": 5.011612, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/ZScanVertexFinder.cpp", + "group": "compile_time", + "value": 5.01157, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/Volume.cpp", + "group": "compile_time", + "value": 5.011554, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Navigation/NavigationStateTests.cpp", + "group": "compile_time", + "value": 5.011501, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/InteractionsTests.cpp", + "group": "compile_time", + "value": 4.512404, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/BinnedSurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 4.512297, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/VolumeBounds.cpp", + "group": "compile_time", + "value": 4.512241, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/ProtoMaterialHelper.cpp", + "group": "compile_time", + "value": 4.512226, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/InterpolatedSolenoidBFieldTest.cpp", + "group": "compile_time", + "value": 4.512118, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/AnnulusBounds.cpp", + "group": "compile_time", + "value": 4.512035, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Digitization/Segmentizer.cpp", + "group": "compile_time", + "value": 4.51193, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/GlueVolumesDescriptor.cpp", + "group": "compile_time", + "value": 4.511908, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/GaussianGridTrackDensity.cpp", + "group": "compile_time", + "value": 4.511766, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/StrawSurface.cpp", + "group": "compile_time", + "value": 4.511107, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/TelescopeDetector/src/TelescopeDetector.cpp", + "group": "compile_time", + "value": 4.511098, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Digitization/PlanarSurfaceDrift.cpp", + "group": "compile_time", + "value": 4.511069, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/ProtoVolumeMaterialTests.cpp", + "group": "compile_time", + "value": 4.510964, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/detail/IndexedGridFiller.cpp", + "group": "compile_time", + "value": 4.510955, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/GridSurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 4.510942, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4HepMC/src/PrimaryGeneratorAction.cpp", + "group": "compile_time", + "value": 4.510942, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/StraightLineStepper.cpp", + "group": "compile_time", + "value": 4.510863, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/TrackingGeometryBuilder.cpp", + "group": "compile_time", + "value": 4.510825, + "unit": "seconds" + }, + { + "name": "time_Fatras/Geant4/src/Geant4Decay.cpp", + "group": "compile_time", + "value": 4.510815, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoParserTests.cpp", + "group": "compile_time", + "value": 4.510808, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/ProtoLayerHelper.cpp", + "group": "compile_time", + "value": 4.510785, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Physics/PhotonConversion.cpp", + "group": "compile_time", + "value": 4.510775, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/CylinderBounds.cpp", + "group": "compile_time", + "value": 4.510746, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/TrackingGeometry.cpp", + "group": "compile_time", + "value": 4.510742, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Utilities/EventDataTransforms.cpp", + "group": "compile_time", + "value": 4.510736, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Benchmarks/BenchmarkTools.cpp", + "group": "compile_time", + "value": 4.510736, + "unit": "seconds" + }, + { + "name": "time_Alignment/src/Kernel/detail/AlignmentEngine.cpp", + "group": "compile_time", + "value": 4.510725, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/TrackDensityVertexFinder.cpp", + "group": "compile_time", + "value": 4.510718, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/GaussianTrackDensity.cpp", + "group": "compile_time", + "value": 4.510714, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/PerigeeSurface.cpp", + "group": "compile_time", + "value": 4.510666, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Json/src/JsonGeometryList.cpp", + "group": "compile_time", + "value": 4.510639, + "unit": "seconds" + }, + { + "name": "time_Core/src/Detector/Portal.cpp", + "group": "compile_time", + "value": 4.510613, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Seeding/BinnedGroupTest.cpp", + "group": "compile_time", + "value": 4.510612, + "unit": "seconds" + }, + { + "name": "time_Core/src/Digitization/PlanarModuleStepper.cpp", + "group": "compile_time", + "value": 4.510605, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Physics/StandardInteractions.cpp", + "group": "compile_time", + "value": 4.510597, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/BetheHeitlerApprox.cpp", + "group": "compile_time", + "value": 4.510593, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/Vertex.cpp", + "group": "compile_time", + "value": 4.510582, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/ProtoSurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 4.510549, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/GridBinFinderTests.cpp", + "group": "compile_time", + "value": 4.510441, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/GenericApproachDescriptor.cpp", + "group": "compile_time", + "value": 4.51043, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/BinningDataTests.cpp", + "group": "compile_time", + "value": 4.510384, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/TelescopeDetector/src/TelescopeDetectorElement.cpp", + "group": "compile_time", + "value": 4.510291, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/ConeLayer.cpp", + "group": "compile_time", + "value": 4.510262, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/AlignmentHelperTests.cpp", + "group": "compile_time", + "value": 4.510259, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/MagneticField/InterpolatedBFieldMapTests.cpp", + "group": "compile_time", + "value": 4.510221, + "unit": "seconds" + }, + { + "name": "time_Core/src/Utilities/TrackHelpers.cpp", + "group": "compile_time", + "value": 4.510111, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Digitization/PlanarSurfaceMask.cpp", + "group": "compile_time", + "value": 4.509985, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Physics/BetheHeitler.cpp", + "group": "compile_time", + "value": 4.509823, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/PrintParameters.cpp", + "group": "compile_time", + "value": 4.010844, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/ExtentJsonConverter.cpp", + "group": "compile_time", + "value": 4.010806, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/TrackParameters.cpp", + "group": "compile_time", + "value": 4.010712, + "unit": "seconds" + }, + { + "name": "time_Core/src/Digitization/DigitizationModule.cpp", + "group": "compile_time", + "value": 4.010561, + "unit": "seconds" + }, + { + "name": "time_Plugins/Geant4/src/Geant4DetectorElement.cpp", + "group": "compile_time", + "value": 4.010558, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/EventData/HitTests.cpp", + "group": "compile_time", + "value": 4.010536, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/NavigationLayer.cpp", + "group": "compile_time", + "value": 4.010124, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/GridAccessHelpersTests.cpp", + "group": "compile_time", + "value": 4.009894, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/RegularSurface.cpp", + "group": "compile_time", + "value": 4.009567, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/GenericDetector/src/GenericDetectorElement.cpp", + "group": "compile_time", + "value": 4.009527, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/AnyTests.cpp", + "group": "compile_time", + "value": 4.009518, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/PeriodicTests.cpp", + "group": "compile_time", + "value": 4.009492, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/ConeBoundsTests.cpp", + "group": "compile_time", + "value": 4.009463, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/EventData/Particle.cpp", + "group": "compile_time", + "value": 4.009461, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/ProtoLayer.cpp", + "group": "compile_time", + "value": 4.009456, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/MagneticField/ConstantBFieldTests.cpp", + "group": "compile_time", + "value": 4.009455, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/AnnulusBoundsTests.cpp", + "group": "compile_time", + "value": 4.009444, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/TransformationHelpers.cpp", + "group": "compile_time", + "value": 4.009444, + "unit": "seconds" + }, + { + "name": "time_Plugins/Json/src/SurfaceBoundsJsonConverter.cpp", + "group": "compile_time", + "value": 4.00942, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/RectangleBoundsTests.cpp", + "group": "compile_time", + "value": 4.00941, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/UnitVectorsTests.cpp", + "group": "compile_time", + "value": 4.009392, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/FiniteStateMachineTests.cpp", + "group": "compile_time", + "value": 4.009336, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/DiscTrapezoidBoundsTests.cpp", + "group": "compile_time", + "value": 4.009325, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/SurfaceArray.cpp", + "group": "compile_time", + "value": 4.009305, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/EllipseBoundsTests.cpp", + "group": "compile_time", + "value": 4.00925, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/DelegateTests.cpp", + "group": "compile_time", + "value": 4.009116, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/CylinderBoundsTests.cpp", + "group": "compile_time", + "value": 4.009025, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/detail/PointwiseMaterialInteraction.cpp", + "group": "compile_time", + "value": 3.509591, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/SurfaceBoundsTests.cpp", + "group": "compile_time", + "value": 3.509456, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/SolenoidFieldBenchmark.cpp", + "group": "compile_time", + "value": 3.509449, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/MaterialGridHelper.cpp", + "group": "compile_time", + "value": 3.508531, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/RadialBoundsTests.cpp", + "group": "compile_time", + "value": 3.508352, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/ResultTests.cpp", + "group": "compile_time", + "value": 3.508325, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/BoundaryCheckBenchmark.cpp", + "group": "compile_time", + "value": 3.508303, + "unit": "seconds" + }, + { + "name": "time_Core/src/MagneticField/BFieldMapUtils.cpp", + "group": "compile_time", + "value": 3.508296, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/MaterialMapUtils.cpp", + "group": "compile_time", + "value": 3.508283, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Json/ExtentJsonConverterTests.cpp", + "group": "compile_time", + "value": 3.508197, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/ExtentTests.cpp", + "group": "compile_time", + "value": 3.508183, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/AccumulatedSurfaceMaterial.cpp", + "group": "compile_time", + "value": 3.508157, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/IntersectionHelper2DTests.cpp", + "group": "compile_time", + "value": 3.508131, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/QuickMathTests.cpp", + "group": "compile_time", + "value": 3.508123, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Definitions/UnitsTests.cpp", + "group": "compile_time", + "value": 3.508115, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/LineBoundsTests.cpp", + "group": "compile_time", + "value": 3.508081, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/AverageMaterialsTests.cpp", + "group": "compile_time", + "value": 3.508008, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/FpeMonitoring/FpeMonitorTests.cpp", + "group": "compile_time", + "value": 3.507923, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/TrapezoidBounds.cpp", + "group": "compile_time", + "value": 3.507919, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/DiamondBoundsTests.cpp", + "group": "compile_time", + "value": 3.507892, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/InterpolationTests.cpp", + "group": "compile_time", + "value": 3.008206, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/VerticesHelperTests.cpp", + "group": "compile_time", + "value": 3.008086, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/DD4hep/PrimitivesFactory.cpp", + "group": "compile_time", + "value": 3.008065, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Clusterization/ClusterizationTests2D.cpp", + "group": "compile_time", + "value": 3.008051, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/AnnulusBoundsBenchmark.cpp", + "group": "compile_time", + "value": 3.007954, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/GeometryHierarchyMapTests.cpp", + "group": "compile_time", + "value": 3.00795, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/TransformRangeTests.cpp", + "group": "compile_time", + "value": 3.007936, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvBFieldWriter.cpp", + "group": "compile_time", + "value": 3.007908, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/RayTest.cpp", + "group": "compile_time", + "value": 3.007853, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/HepMC3/src/HepMC3Writer.cpp", + "group": "compile_time", + "value": 3.007827, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/RectangleBounds.cpp", + "group": "compile_time", + "value": 3.007682, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/ConvexPolygonBounds.cpp", + "group": "compile_time", + "value": 3.007379, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/Geant4Manager.cpp", + "group": "compile_time", + "value": 3.007342, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4HepMC/src/SteppingAction.cpp", + "group": "compile_time", + "value": 3.007304, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/DiscTrapezoidBounds.cpp", + "group": "compile_time", + "value": 3.007293, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/HepMC3/src/HepMC3Reader.cpp", + "group": "compile_time", + "value": 3.007167, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/MultiIndexTests.cpp", + "group": "compile_time", + "value": 3.007161, + "unit": "seconds" + }, + { + "name": "time_Core/src/MagneticField/SolenoidBField.cpp", + "group": "compile_time", + "value": 3.00716, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoMaterialConverterTests.cpp", + "group": "compile_time", + "value": 3.007149, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/GridAxisGeneratorsTests.cpp", + "group": "compile_time", + "value": 3.007134, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/BinnedSurfaceMaterial.cpp", + "group": "compile_time", + "value": 3.007122, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Root/src/RootBFieldWriter.cpp", + "group": "compile_time", + "value": 3.007075, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/MagneticField/SolenoidBFieldTests.cpp", + "group": "compile_time", + "value": 3.007043, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/HomogeneousSurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 3.007039, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialTests.cpp", + "group": "compile_time", + "value": 3.007021, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/InfiniteBoundsTests.cpp", + "group": "compile_time", + "value": 3.006956, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/AccumulatedMaterialSlabTests.cpp", + "group": "compile_time", + "value": 3.00679, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Surfaces/CurvilinearSurfaceTests.cpp", + "group": "compile_time", + "value": 3.00668, + "unit": "seconds" + }, + { + "name": "time_Examples/HelloWorld/HelloWorld.cpp", + "group": "compile_time", + "value": 3.006254, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/MagneticField/src/FieldMapRootIo.cpp", + "group": "compile_time", + "value": 2.506931, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/TGeo/TGeoPrimitivesHelperTests.cpp", + "group": "compile_time", + "value": 2.506811, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/LineBounds.cpp", + "group": "compile_time", + "value": 2.506773, + "unit": "seconds" + }, + { + "name": "time_Examples/HelloWorld/HelloRandomAlgorithm.cpp", + "group": "compile_time", + "value": 2.506676, + "unit": "seconds" + }, + { + "name": "time_Examples/HelloWorld/HelloWhiteBoardAlgorithm.cpp", + "group": "compile_time", + "value": 2.506609, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/MPLTests.cpp", + "group": "compile_time", + "value": 2.506584, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/RangeXDTests.cpp", + "group": "compile_time", + "value": 2.506566, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/IntersectionHelper2D.cpp", + "group": "compile_time", + "value": 2.506542, + "unit": "seconds" + }, + { + "name": "time_Examples/Io/Csv/src/CsvExaTrkXGraphWriter.cpp", + "group": "compile_time", + "value": 2.506517, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/ConeBounds.cpp", + "group": "compile_time", + "value": 2.506413, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/RadialBounds.cpp", + "group": "compile_time", + "value": 2.506242, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4HepMC/src/EventAction.cpp", + "group": "compile_time", + "value": 2.506236, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialSlabTests.cpp", + "group": "compile_time", + "value": 2.506101, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/Legacy/ATLSeedingIntegrationTest.cpp", + "group": "compile_time", + "value": 2.506048, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/MaterialCompositionTests.cpp", + "group": "compile_time", + "value": 2.505934, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/EllipseBounds.cpp", + "group": "compile_time", + "value": 2.505919, + "unit": "seconds" + }, + { + "name": "time_Plugins/FpeMonitoring/src/FpeMonitor.cpp", + "group": "compile_time", + "value": 2.505916, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/DiamondBounds.cpp", + "group": "compile_time", + "value": 2.505898, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/ProtoVolumeMaterial.cpp", + "group": "compile_time", + "value": 2.505894, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/AccumulatedVolumeMaterialTests.cpp", + "group": "compile_time", + "value": 2.505881, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoParser.cpp", + "group": "compile_time", + "value": 2.50587, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/LoggerTests.cpp", + "group": "compile_time", + "value": 2.505866, + "unit": "seconds" + }, + { + "name": "time_Fatras/Geant4/src/DummyDetectorConstruction.cpp", + "group": "compile_time", + "value": 2.505861, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/AnnealingUtilityTests.cpp", + "group": "compile_time", + "value": 2.505856, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/EventData/TrackStatePropMaskTests.cpp", + "group": "compile_time", + "value": 2.505843, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Definitions/DirectionTests.cpp", + "group": "compile_time", + "value": 2.505841, + "unit": "seconds" + }, + { + "name": "time_Tests/Benchmarks/QuickMathBenchmark.cpp", + "group": "compile_time", + "value": 2.505829, + "unit": "seconds" + }, + { + "name": "time_Core/src/Utilities/BinUtility.cpp", + "group": "compile_time", + "value": 2.505826, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/ParticleDataTests.cpp", + "group": "compile_time", + "value": 2.505769, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/RealQuadraticEquationTests.cpp", + "group": "compile_time", + "value": 2.505763, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Clusterization/ClusterizationTests1D.cpp", + "group": "compile_time", + "value": 2.505656, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/ConstrainedStepTests.cpp", + "group": "compile_time", + "value": 2.005418, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Plugins/Geant4/Geant4PhysicalVolumeSelectorsTests.cpp", + "group": "compile_time", + "value": 2.005346, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/DBScanTests.cpp", + "group": "compile_time", + "value": 2.005279, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/Polyhedron.cpp", + "group": "compile_time", + "value": 2.00514, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/GdmlDetectorConstruction.cpp", + "group": "compile_time", + "value": 2.004921, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/HomogeneousVolumeMaterialTests.cpp", + "group": "compile_time", + "value": 2.004714, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Material/ISurfaceMaterialTests.cpp", + "group": "compile_time", + "value": 2.004712, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepDetectorElement.cpp", + "group": "compile_time", + "value": 2.004705, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/TypeListTests.cpp", + "group": "compile_time", + "value": 2.004695, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/MagneticField/src/ScalableBFieldService.cpp", + "group": "compile_time", + "value": 2.004661, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Geometry/GeometryIdentifierTests.cpp", + "group": "compile_time", + "value": 2.004649, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/Extent.cpp", + "group": "compile_time", + "value": 2.004594, + "unit": "seconds" + }, + { + "name": "time_Examples/Detectors/MagneticField/src/FieldMapTextIo.cpp", + "group": "compile_time", + "value": 2.004529, + "unit": "seconds" + }, + { + "name": "time_Examples/HelloWorld/HelloLoggerAlgorithm.cpp", + "group": "compile_time", + "value": 2.004526, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/MagneticField/MagneticFieldProviderTests.cpp", + "group": "compile_time", + "value": 2.004258, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/ExtendableTests.cpp", + "group": "compile_time", + "value": 1.504156, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/detail/AlignmentHelper.cpp", + "group": "compile_time", + "value": 1.503977, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Propagator/AuctioneerTests.cpp", + "group": "compile_time", + "value": 1.503886, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackCollection.cc", + "group": "compile_time", + "value": 1.503846, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFinding/GbtsConnector.cpp", + "group": "compile_time", + "value": 1.503774, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/TypeTraitsTest.cpp", + "group": "compile_time", + "value": 1.503762, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/ZipTests.cpp", + "group": "compile_time", + "value": 1.503728, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4HepMC/src/RunAction.cpp", + "group": "compile_time", + "value": 1.503712, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/MagneticFieldWrapper.cpp", + "group": "compile_time", + "value": 1.503701, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/MaterialPhysicsList.cpp", + "group": "compile_time", + "value": 1.503638, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/RegionCreator.cpp", + "group": "compile_time", + "value": 1.503607, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Framework/RandomNumbers.cpp", + "group": "compile_time", + "value": 1.503581, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoPrimitivesHelper.cpp", + "group": "compile_time", + "value": 1.503547, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Framework/WhiteBoard.cpp", + "group": "compile_time", + "value": 1.503534, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/VersionTests.cpp", + "group": "compile_time", + "value": 1.503521, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/BoundParametersCollection.cc", + "group": "compile_time", + "value": 1.503481, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Framework/IAlgorithm.cpp", + "group": "compile_time", + "value": 1.50344, + "unit": "seconds" + }, + { + "name": "time_Plugins/TGeo/src/TGeoMaterialConverter.cpp", + "group": "compile_time", + "value": 1.503434, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Framework/SequenceElement.cpp", + "group": "compile_time", + "value": 1.503431, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/HomogeneousSurfaceMaterial.cpp", + "group": "compile_time", + "value": 1.503407, + "unit": "seconds" + }, + { + "name": "time_Plugins/DD4hep/src/DD4hepFieldAdapter.cpp", + "group": "compile_time", + "value": 1.503383, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Fatras/EventData/BarcodeTests.cpp", + "group": "compile_time", + "value": 1.503356, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackStateCollection.cc", + "group": "compile_time", + "value": 1.503311, + "unit": "seconds" + }, + { + "name": "time_Tests/UnitTests/Core/Utilities/HashedStringTests.cpp", + "group": "compile_time", + "value": 1.503279, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/JacobianCollection.cc", + "group": "compile_time", + "value": 1.503047, + "unit": "seconds" + }, + { + "name": "time_Core/src/EventData/TrackStatePropMask.cpp", + "group": "compile_time", + "value": 1.002618, + "unit": "seconds" + }, + { + "name": "time_Core/src/Definitions/Direction.cpp", + "group": "compile_time", + "value": 1.002616, + "unit": "seconds" + }, + { + "name": "time_Core/src/Definitions/ParticleData.cpp", + "group": "compile_time", + "value": 1.002459, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/MaterialSlab.cpp", + "group": "compile_time", + "value": 1.002444, + "unit": "seconds" + }, + { + "name": "time_Examples/Algorithms/Geant4/src/PhysicsListFactory.cpp", + "group": "compile_time", + "value": 1.002407, + "unit": "seconds" + }, + { + "name": "time_Fatras/Geant4/src/PDGtoG4Converter.cpp", + "group": "compile_time", + "value": 1.00237, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/Jacobian.cc", + "group": "compile_time", + "value": 1.002343, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackStateCollectionData.cc", + "group": "compile_time", + "value": 1.002338, + "unit": "seconds" + }, + { + "name": "time_Core/src/Visualization/IVisualization3D.cpp", + "group": "compile_time", + "value": 1.002321, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackCollectionData.cc", + "group": "compile_time", + "value": 1.002307, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Utilities/Helpers.cpp", + "group": "compile_time", + "value": 1.002289, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackState.cc", + "group": "compile_time", + "value": 1.002285, + "unit": "seconds" + }, + { + "name": "time_Core/src/Utilities/Logger.cpp", + "group": "compile_time", + "value": 1.002278, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/AverageMaterials.cpp", + "group": "compile_time", + "value": 1.002273, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/MutableBoundParameters.cc", + "group": "compile_time", + "value": 1.002271, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/BoundParameters.cc", + "group": "compile_time", + "value": 1.002267, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/MutableTrackState.cc", + "group": "compile_time", + "value": 1.00226, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/FsmwMode1dFinder.cpp", + "group": "compile_time", + "value": 1.002251, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/Track.cc", + "group": "compile_time", + "value": 1.00225, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/MutableTrack.cc", + "group": "compile_time", + "value": 1.002243, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/Material.cpp", + "group": "compile_time", + "value": 1.002235, + "unit": "seconds" + }, + { + "name": "time_Examples/Framework/src/Utilities/Options.cpp", + "group": "compile_time", + "value": 1.002233, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/HomogeneousVolumeMaterial.cpp", + "group": "compile_time", + "value": 1.002233, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/JacobianCollectionData.cc", + "group": "compile_time", + "value": 1.002195, + "unit": "seconds" + }, + { + "name": "time_Core/src/Utilities/AnnealingUtility.cpp", + "group": "compile_time", + "value": 1.002176, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/BoundParametersCollectionData.cc", + "group": "compile_time", + "value": 1.002158, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/AccumulatedMaterialSlab.cpp", + "group": "compile_time", + "value": 1.002082, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFinding/AmbiguityTrackClustering.cpp", + "group": "compile_time", + "value": 1.002057, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/MutableJacobian.cc", + "group": "compile_time", + "value": 1.002036, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/AccumulatedVolumeMaterial.cpp", + "group": "compile_time", + "value": 1.001949, + "unit": "seconds" + }, + { + "name": "time_Core/src/Material/Interactions.cpp", + "group": "compile_time", + "value": 1.001887, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackObj.cc", + "group": "compile_time", + "value": 0.501165, + "unit": "seconds" + }, + { + "name": "time_Core/src/Geometry/GeometryIdentifier.cpp", + "group": "compile_time", + "value": 0.501153, + "unit": "seconds" + }, + { + "name": "time_Core/src/MagneticField/MagneticFieldError.cpp", + "group": "compile_time", + "value": 0.501136, + "unit": "seconds" + }, + { + "name": "time_Core/src/Vertexing/VertexingError.cpp", + "group": "compile_time", + "value": 0.501135, + "unit": "seconds" + }, + { + "name": "time_Core/src/Surfaces/SurfaceError.cpp", + "group": "compile_time", + "value": 0.501119, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GlobalChiSquareFitterError.cpp", + "group": "compile_time", + "value": 0.501111, + "unit": "seconds" + }, + { + "name": "time_build/Tests/UnitTests/Core/EventData/TrackContainerComplianceTests.cpp", + "group": "compile_time", + "value": 0.50111, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/JacobianObj.cc", + "group": "compile_time", + "value": 0.50111, + "unit": "seconds" + }, + { + "name": "time_Tests/IntegrationTests/PrintDataDirectory.cpp", + "group": "compile_time", + "value": 0.501102, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/KalmanFitterError.cpp", + "group": "compile_time", + "value": 0.501099, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/EventData/ProcessType.cpp", + "group": "compile_time", + "value": 0.501099, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFinding/CombinatorialKalmanFilterError.cpp", + "group": "compile_time", + "value": 0.501096, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Kernel/SimulationError.cpp", + "group": "compile_time", + "value": 0.501095, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/TrackStateObj.cc", + "group": "compile_time", + "value": 0.501094, + "unit": "seconds" + }, + { + "name": "time_Plugins/Podio/src/BoundParametersObj.cc", + "group": "compile_time", + "value": 0.501089, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/PropagatorError.cpp", + "group": "compile_time", + "value": 0.501084, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/EventData/ParticleOutcome.cpp", + "group": "compile_time", + "value": 0.501081, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFinding/RoiDescriptor.cpp", + "group": "compile_time", + "value": 0.501075, + "unit": "seconds" + }, + { + "name": "time_Core/src/TrackFitting/GsfError.cpp", + "group": "compile_time", + "value": 0.501074, + "unit": "seconds" + }, + { + "name": "time_Core/src/ActsVersion.cpp", + "group": "compile_time", + "value": 0.501067, + "unit": "seconds" + }, + { + "name": "time_build/Examples/Io/Root/ActsExamplesIoRootDict.cxx", + "group": "compile_time", + "value": 0.501067, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/EigenStepperError.cpp", + "group": "compile_time", + "value": 0.501062, + "unit": "seconds" + }, + { + "name": "time_Core/src/Propagator/MultiStepperError.cpp", + "group": "compile_time", + "value": 0.501052, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Utilities/LandauDistribution.cpp", + "group": "compile_time", + "value": 0.501052, + "unit": "seconds" + }, + { + "name": "time_Tests/CommonHelpers/Acts/Tests/CommonHelpers/DataDirectory.cpp", + "group": "compile_time", + "value": 0.501049, + "unit": "seconds" + }, + { + "name": "time_Fatras/src/Digitization/DigitizationError.cpp", + "group": "compile_time", + "value": 0.501049, + "unit": "seconds" + }, + { + "name": "time_build/Plugins/Podio/ActsPodioEdmDict.cxx", + "group": "compile_time", + "value": 0.501045, + "unit": "seconds" + }, + { + "name": "time_Core/src/Definitions/Common.cpp", + "group": "compile_time", + "value": 0.501027, + "unit": "seconds" + } + ], + "context": {} +} \ No newline at end of file diff --git a/metrics/branch_main.json b/metrics/branch_main.json index df700404d..7c2914be9 100644 --- a/metrics/branch_main.json +++ b/metrics/branch_main.json @@ -1,5 +1,5 @@ { - "date": "2024-04-29T18:20:39+00:00", - "hash": "b55bbb02b790e7cce1d541997452dfcb85842b41", - "message": "feat: show gen-1/2 geometry in obj (#3159)" + "date": "2024-04-29T22:09:28+00:00", + "hash": "620069e05ce53ac10f5ccffbfa9fcbb07f18ba71", + "message": "perf: Try fast pow for `EigenStepper` step size scaling (#3153)" } \ No newline at end of file