Print duration stats.

This commit is contained in:
Daniel
2024-09-25 15:26:43 +02:00
parent cbf3526f26
commit 42ac2731f1
6 changed files with 105 additions and 0 deletions

View File

@ -26,3 +26,10 @@ void Triangulator::reset()
{
this->triangulator->reset();
}
// =================================================================================================
void Triangulator::print_stats()
{
this->triangulator->print_stats();
}