浏览代码

rf: 代码整理

SisMaker 4 年前
父节点
当前提交
33d8a2f023
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/measure/utTc.erl

+ 2
- 2
src/measure/utTc.erl 查看文件

@ -14,9 +14,9 @@
%% utTc:tm(ProcessesCount, LoopTimes, Module, Function, ArgsList).
doTc(M, F, A) ->
StartTime = system_time(nanosecond),
StartTime = erlang:system_time(nanosecond),
M:F(A),
system_time(nanosecond) - StartTime.
erlang:system_time(nanosecond) - StartTime.
distribution(List, Aver) ->
distribution(List, Aver, 0, 0).

正在加载...
取消
保存