File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 56
56
"jest" : " ^29.7.0" ,
57
57
"ts-jest" : " ^29.2.2" ,
58
58
"typedoc" : " ^0.26.4" ,
59
- "typescript" : " ^5.5.3"
59
+ "typescript" : " ^5.5.3" ,
60
+ "@specs-feup/clava-visualization" : " ^1.0.5"
60
61
}
61
62
}
Original file line number Diff line number Diff line change 1
1
import { FunctionJp , Loop } from "@specs-feup/clava/api/Joinpoints.js"
2
2
import Query from "@specs-feup/lara/api/weaver/Query.js" ;
3
3
import { LoopCharacterizer } from "../src/LoopCharacterizer.js" ;
4
+ import VisualizationTool from "@specs-feup/clava-visualization/api/VisualizationTool.js" ;
5
+
6
+ await VisualizationTool . visualize ( ) ;
4
7
5
8
for ( const fun of Query . search ( FunctionJp , { name : "loop_characterization" } ) ) {
6
9
for ( const loop of Query . searchFrom ( fun , Loop ) ) {
You can’t perform that action at this time.
0 commit comments