Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dong50252409/tc
https://github.com/dong50252409/tc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dong50252409/tc
- Owner: dong50252409
- License: apache-2.0
- Created: 2020-05-24T11:20:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T03:20:58.000Z (over 3 years ago)
- Last Synced: 2024-02-01T10:28:43.562Z (11 months ago)
- Language: Erlang
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tc
=====测试函数运行时间,
Example
-----%% 执行N次函数调用,并统时长
tc:t(Module, Fun, Args, N).%% 启动N个进程,分别执行执行一次函数调用,测试并发性能,并统计时长
tc:ct(Module, Fun, Args, N).Build
-----$ rebar3 compile