Skip to content

Commit

Permalink
debug printout for timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 29, 2016
1 parent 4a06f7a commit 99ef55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_CMSSM_librarylink_parallel.m
Expand Up @@ -29,6 +29,9 @@
resultMap = AbsoluteTiming[Map[CalcMh, range]];
resultParallelMap = AbsoluteTiming[ParallelMap[CalcMh, range]];

Print["time for sequential runs: ", resultMap[[1]]];
Print["time for parallel runs : ", resultParallelMap[[1]]];

If[Length[kernels] > 1,
TestLowerThan[resultParallelMap[[1]], resultMap[[1]]];
];
Expand Down

0 comments on commit 99ef55f

Please sign in to comment.