Skip to content

Commit

Permalink
fixed profiler_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Feb 13, 2020
1 parent 01c6465 commit 0e5b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void export_lang(py::module &m) {
.def(py::init<>())
.def_readonly("config", &Program::config)
.def("profiler_print", &Program::profiler_print)
.def("profiler_print", &Program::profiler_clear)
.def("profiler_clear", &Program::profiler_clear)
.def("finalize", &Program::finalize)
.def("get_root",
[&](Program *program) -> SNode * {
Expand Down

0 comments on commit 0e5b3e5

Please sign in to comment.