python數據結構與算法(3)

Python內置類型性能分析 timeit模塊 timeit模塊可以⽤來測試⼀⼩段Python代碼的執⾏速度。 class timeit.Timer(stmt='pass', setup='pass', timer=<timer function>) Timer是測量⼩段代碼執⾏速度的類。 stmt參數是要測試的代碼語句(statment); setup參數是運⾏代碼時需要的設置; timer參數
相關文章
相關標籤/搜索