소스 검색

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

불러오는 중...
취소
저장