You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Timer in cartocrow/core uses the C function clock(), which measures CPU time. When multithreading it seems that the times spent by each thread are effectively summed up by clock(), resulting in seemingly much higher time spent than expected.