Add GraphProperties and property caching
This commit is contained in:
@ -41,9 +41,9 @@ function gen_plot(filepath)
|
||||
i = i - 1
|
||||
end
|
||||
|
||||
props = graph_properties(g)
|
||||
props = get_properties(g)
|
||||
push!(x, props.data)
|
||||
push!(y, props.compute_effort)
|
||||
push!(y, props.computeEffort)
|
||||
end
|
||||
|
||||
println("\rDone.")
|
||||
|
Reference in New Issue
Block a user