fix elapsed_us spelling

This commit is contained in:
folz 2017-11-18 15:03:49 +01:00 committed by Adam Paszke
parent 0fd9682305
commit ca3fc59a9a

View File

@ -337,7 +337,7 @@ class FunctionEvent(FormattedTimesMixin):
@property
def cuda_time_total(self):
return sum(kinfo[1].elasped_us() for kinfo in self.kernels)
return sum(kinfo[1].elapsed_us() for kinfo in self.kernels)
@property
def cpu_time_total(self):