I am using windows with pycurl, I am having an issue with timings when returning the CONNECT_TIME where by timings are not accurate.
Is there a way to make the connect_time in windows more accurate when using pycurl.
At the moment I am using the following.
stats['connection_time'] = self.getinfo(CONNECT_TIME)
If I were to use the time.clock() methods around the code then this will not return the connection time but rather the total_time which is a deterrent metric.