소스 검색

rf: 代码整理

SisMaker 4 년 전
부모
커밋
533902d54f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/measure/utTc.erl

+ 1
- 1
src/measure/utTc.erl 파일 보기

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

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