Explorar el Código

rf: 代码整理

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

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

@ -15,7 +15,7 @@
doTc(M, F, A) ->
StartTime = erlang:system_time(nanosecond),
M:F(A),
apply(M, F, A),
erlang:system_time(nanosecond) - StartTime.
distribution(List, Aver) ->

Cargando…
Cancelar
Guardar