Skip to content

Commit 4fe9d4a

Browse files
committed
fix missing record event log in solver
1 parent 8a2de92 commit 4fe9d4a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

benchmark/test/reference/distributed_solver.profile.stderr

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ DEBUG: end cg::initialize
486486
DEBUG: begin advanced_apply(<typename>)
487487
DEBUG: begin dense::row_gather
488488
DEBUG: end dense::row_gather
489+
DEBUG: begin event::record_event
490+
DEBUG: end event::record_event
489491
DEBUG: begin advanced_apply(<typename>)
490492
DEBUG: begin csr::advanced_spmv
491493
DEBUG: end csr::advanced_spmv
@@ -524,6 +526,8 @@ DEBUG: end cg::step_1
524526
DEBUG: begin apply(<typename>)
525527
DEBUG: begin dense::row_gather
526528
DEBUG: end dense::row_gather
529+
DEBUG: begin event::record_event
530+
DEBUG: end event::record_event
527531
DEBUG: begin apply(<typename>)
528532
DEBUG: begin csr::spmv
529533
DEBUG: end csr::spmv
@@ -564,6 +568,8 @@ DEBUG: end cg::step_1
564568
DEBUG: begin apply(<typename>)
565569
DEBUG: begin dense::row_gather
566570
DEBUG: end dense::row_gather
571+
DEBUG: begin event::record_event
572+
DEBUG: end event::record_event
567573
DEBUG: begin apply(<typename>)
568574
DEBUG: begin csr::spmv
569575
DEBUG: end csr::spmv
@@ -604,6 +610,8 @@ DEBUG: end cg::step_1
604610
DEBUG: begin apply(<typename>)
605611
DEBUG: begin dense::row_gather
606612
DEBUG: end dense::row_gather
613+
DEBUG: begin event::record_event
614+
DEBUG: end event::record_event
607615
DEBUG: begin apply(<typename>)
608616
DEBUG: begin csr::spmv
609617
DEBUG: end csr::spmv
@@ -644,6 +652,8 @@ DEBUG: end cg::step_1
644652
DEBUG: begin apply(<typename>)
645653
DEBUG: begin dense::row_gather
646654
DEBUG: end dense::row_gather
655+
DEBUG: begin event::record_event
656+
DEBUG: end event::record_event
647657
DEBUG: begin apply(<typename>)
648658
DEBUG: begin csr::spmv
649659
DEBUG: end csr::spmv
@@ -684,6 +694,8 @@ DEBUG: end cg::step_1
684694
DEBUG: begin apply(<typename>)
685695
DEBUG: begin dense::row_gather
686696
DEBUG: end dense::row_gather
697+
DEBUG: begin event::record_event
698+
DEBUG: end event::record_event
687699
DEBUG: begin apply(<typename>)
688700
DEBUG: begin csr::spmv
689701
DEBUG: end csr::spmv
@@ -724,6 +736,8 @@ DEBUG: end cg::step_1
724736
DEBUG: begin apply(<typename>)
725737
DEBUG: begin dense::row_gather
726738
DEBUG: end dense::row_gather
739+
DEBUG: begin event::record_event
740+
DEBUG: end event::record_event
727741
DEBUG: begin apply(<typename>)
728742
DEBUG: begin csr::spmv
729743
DEBUG: end csr::spmv
@@ -764,6 +778,8 @@ DEBUG: end cg::step_1
764778
DEBUG: begin apply(<typename>)
765779
DEBUG: begin dense::row_gather
766780
DEBUG: end dense::row_gather
781+
DEBUG: begin event::record_event
782+
DEBUG: end event::record_event
767783
DEBUG: begin apply(<typename>)
768784
DEBUG: begin csr::spmv
769785
DEBUG: end csr::spmv

0 commit comments

Comments
 (0)