文件名称:time_up::stopwatch: 创建和管理多个计时器,以告诉您 Ruby 代码的时间都花在了哪里
文件大小:13KB
文件格式:ZIP
更新时间:2024-08-24 08:35:50
Ruby
时间到 是否曾经需要测量一段或多位 Ruby 代码的运行时间,但不一定想要达到或推出您自己的临时测量代码? 尝试time_up ! 这个 gem 对于长时间运行的流程(如测试套件)特别有用,这些流程有几个在流程的生命周期中重复的时间密集型操作,并且您想要汇总测量。 (例如,查看您的测试套件在创建工厂、截断数据库或调用关键代码路径上花费了多少时间。) 这是的以及一个。 安装 只需运行gem install time_up或将 time_up 添加到您的 Gemfile 中: gem "time_up" 用法 启动计时器很容易! 只需调用TimeUp.start : # Pass a block and time_up will only count the time while the block executes: TimeUp . start ( :factories ) d
【文件预览】:
time_up-main
----.github()
--------workflows()
----LICENSE.txt(1KB)
----lib()
--------time_up.rb(6KB)
--------time_up()
----Gemfile(81B)
----time_up.gemspec(901B)
----Rakefile(237B)
----test()
--------test_helper.rb(101B)
--------time_up_test.rb(10KB)
----README.md(8KB)
----Gemfile.lock(940B)
----.gitignore(73B)
----bin()
--------console(341B)
--------setup(131B)
----CHANGELOG.md(725B)
----.standard.yml(18B)