Nodejs时间跨度软件 timespans
- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/Dn9x/timespans
- 软件文档: https://github.com/Dn9x/timespans
软件介绍
timespans 是对 Nodejs实现的时间跨度类库,使用方法很简单,如下:
Install
npm install timespans
Usage1
var tw = require('timespans'); tw.start(); var t = 1.0; for(var i=1;i<10000000;i++){ t += i; } tw.stop(); console.log('总时间:%s 暂停时间:%s 使用时间:%s ', tw.elapsedtime(), tw.pausetime(), tw.usedtime());
Result
总时间:20ms 暂停时间:0ms 使用时间:20ms
Designing for Emotion
Aarron Walter / Happy Cog / 2011-10-18 / USD 18.00
Make your users fall in love with your site via the precepts packed into this brief, charming book by MailChimp user experience design lead Aarron Walter. From classic psychology to case studies, high......一起来看看 《Designing for Emotion》 这本书的介绍吧!
