From ca55f23289d5d73ca175891901d155fa326fd7e8 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Sat, 26 Mar 2011 20:12:57 +0000 Subject: [PATCH] Benchmark.t: note line# of check_graph_consistency This function is called 6 times, each each call puts out about 15 tests, with the same set of descriptions, so output a note at the start of each call showing where we're called from. --- lib/Benchmark.t | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Benchmark.t b/lib/Benchmark.t index 973d847..c29ed1a 100644 --- a/lib/Benchmark.t +++ b/lib/Benchmark.t @@ -303,6 +303,7 @@ sub check_graph_consistency { $slowr, $slowratet, $slowslow, $slowfastt, $fastr, $fastratet, $fastslowt, $fastfast) = @_; + note("calling check_graph_consistency from line " . (caller(1))[2]); my $all_passed = 1; $all_passed &= is ($slowc, $slowr, "left col tag should be top row tag"); -- 2.7.4