Skip to content
Snippets Groups Projects
Commit f5eb79aa authored by Patrick Schmidt's avatar Patrick Schmidt
Browse files

Add timings output to polycurl_reduction

# Conflicts:
#	include/directional/polycurl_reduction.cpp
parent f7cfb488
Branches
No related tags found
No related merge requests found
......@@ -634,7 +634,7 @@ IGL_INLINE void directional::PolyCurlReductionSolver::solveGaussNewton(polycurl_
timer_iteration.stop();
// Write timings to csv
const fs::path timings_csv = OUTPUT_PATH / "polycurl_reduction_evaluation" / std::string("polycurl_Directional_GN.csv");
const fs::path timings_csv = OUTPUT_PATH / "polycurl_reduction_evaluation" / std::string("polycurl_Directional_GN.csv");eduction" / std::string("polycurl_Directional_GN.csv");
append_to_csv(timings_csv, data.iteration, timer_derivatives.seconds(), timer_solve.seconds(), timer_line_search.seconds(), timer_iteration.seconds(), F, params.gamma);
++data.iteration;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment