SisMaker 4 anni fa
parent
commit
33d8a2f023
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/measure/utTc.erl

+ 2
- 2
src/measure/utTc.erl Vedi File

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

Caricamento…
Annulla
Salva