Explorar el Código

rf: 代码整理

SisMaker hace 4 años
padre
commit
33d8a2f023
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/measure/utTc.erl

+ 2
- 2
src/measure/utTc.erl Ver fichero

@ -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).

Cargando…
Cancelar
Guardar