# Benchmark.js <sup>v1.0.0</sup>
<!-- div -->
<!-- div -->
## <a id="Benchmark"></a>`Benchmark`
* [`Benchmark`](#benchmarkname-fn--options)
* [`Benchmark.version`](#benchmarkversion)
* [`Benchmark.deepClone`](#benchmarkdeepclonevalue)
* [`Benchmark.each`](#benchmarkeachobject-callback-thisarg)
* [`Benchmark.extend`](#benchmarkextenddestination--source)
* [`Benchmark.filter`](#benchmarkfilterarray-callback-thisarg)
* [`Benchmark.forEach`](#benchmarkforeacharray-callback-thisarg)
* [`Benchmark.formatNumber`](#benchmarkformatnumbernumber)
* [`Benchmark.forOwn`](#benchmarkforownobject-callback-thisarg)
* [`Benchmark.hasKey`](#benchmarkhaskeyobject-key)
* [`Benchmark.indexOf`](#benchmarkindexofarray-value--fromindex0)
* [`Benchmark.interpolate`](#benchmarkinterpolatestring-object)
* [`Benchmark.invoke`](#benchmarkinvokebenches-name--arg1-arg2-)
* [`Benchmark.join`](#benchmarkjoinobject--separator1--separator2:)
* [`Benchmark.map`](#benchmarkmaparray-callback-thisarg)
* [`Benchmark.pluck`](#benchmarkpluckarray-property)
* [`Benchmark.reduce`](#benchmarkreducearray-callback-accumulator)
<!-- /div -->
<!-- div -->
## `Benchmark.prototype`
* [`Benchmark.prototype.aborted`](#benchmarkprototypeaborted)
* [`Benchmark.prototype.compiled`](#benchmarkprototypecompiled)
* [`Benchmark.prototype.count`](#benchmarkprototypecount)
* [`Benchmark.prototype.cycles`](#benchmarkprototypecycles)
* [`Benchmark.prototype.fn`](#benchmarkprototypefn)
* [`Benchmark.prototype.hz`](#benchmarkprototypehz)
* [`Benchmark.prototype.running`](#benchmarkprototyperunning)
* [`Benchmark.prototype.setup`](#benchmarkprototypesetup)
* [`Benchmark.prototype.teardown`](#benchmarkprototypeteardown)
* [`Benchmark.prototype.abort`](#benchmarkprototypeabort)
* [`Benchmark.prototype.clone`](#benchmarkprototypecloneoptions)
* [`Benchmark.prototype.compare`](#benchmarkprototypecompareother)
* [`Benchmark.prototype.emit`](#benchmarkprototypeemittype)
* [`Benchmark.prototype.listeners`](#benchmarkprototypelistenerstype)
* [`Benchmark.prototype.off`](#benchmarkprototypeofftype-listener)
* [`Benchmark.prototype.on`](#benchmarkprototypeontype-listener)
* [`Benchmark.prototype.reset`](#benchmarkprototypereset)
* [`Benchmark.prototype.run`](#benchmarkprototyperunoptions)
* [`Benchmark.prototype.toString`](#benchmarkprototypetostring)
<!-- /div -->
<!-- div -->
## `Benchmark.options`
* [`Benchmark.options`](#benchmarkoptions)
* [`Benchmark.options.async`](#benchmarkoptionsasync)
* [`Benchmark.options.defer`](#benchmarkoptionsdefer)
* [`Benchmark.options.delay`](#benchmarkoptionsdelay)
* [`Benchmark.options.id`](#benchmarkoptionsid)
* [`Benchmark.options.initCount`](#benchmarkoptionsinitcount)
* [`Benchmark.options.maxTime`](#benchmarkoptionsmaxtime)
* [`Benchmark.options.minSamples`](#benchmarkoptionsminsamples)
* [`Benchmark.options.minTime`](#benchmarkoptionsmintime)
* [`Benchmark.options.name`](#benchmarkoptionsname)
* [`Benchmark.options.onAbort`](#benchmarkoptionsonabort)
* [`Benchmark.options.onComplete`](#benchmarkoptionsoncomplete)
* [`Benchmark.options.onCycle`](#benchmarkoptionsoncycle)
* [`Benchmark.options.onError`](#benchmarkoptionsonerror)
* [`Benchmark.options.onReset`](#benchmarkoptionsonreset)
* [`Benchmark.options.onStart`](#benchmarkoptionsonstart)
<!-- /div -->
<!-- div -->
## `Benchmark.platform`
* [`Benchmark.platform`](#benchmarkplatform)
* [`Benchmark.platform.description`](#benchmarkplatformdescription)
* [`Benchmark.platform.layout`](#benchmarkplatformlayout)
* [`Benchmark.platform.manufacturer`](#benchmarkplatformmanufacturer)
* [`Benchmark.platform.name`](#benchmarkplatformname)
* [`Benchmark.platform.os`](#benchmarkplatformos)
* [`Benchmark.platform.prerelease`](#benchmarkplatformprerelease)
* [`Benchmark.platform.product`](#benchmarkplatformproduct)
* [`Benchmark.platform.version`](#benchmarkplatformversion)
* [`Benchmark.platform.toString`](#benchmarkplatformtostring)
<!-- /div -->
<!-- div -->
## `Benchmark.support`
* [`Benchmark.support`](#benchmarksupport)
* [`Benchmark.support.air`](#benchmarksupportair)
* [`Benchmark.support.argumentsClass`](#benchmarksupportargumentsclass)
* [`Benchmark.support.browser`](#benchmarksupportbrowser)
* [`Benchmark.support.charByIndex`](#benchmarksupportcharbyindex)
* [`Benchmark.support.charByOwnIndex`](#benchmarksupportcharbyownindex)
* [`Benchmark.support.decompilation`](#benchmarksupportdecompilation)
* [`Benchmark.support.descriptors`](#benchmarksupportdescriptors)
* [`Benchmark.support.getAllKeys`](#benchmarksupportgetallkeys)
* [`Benchmark.support.iteratesOwnLast`](#benchmarksupportiteratesownfirst)
* [`Benchmark.support.java`](#benchmarksupportjava)
* [`Benchmark.support.nodeClass`](#benchmarksupportnodeclass)
* [`Benchmark.support.timeout`](#benchmarksupporttimeout)
<!-- /div -->
<!-- div -->
## `Benchmark.prototype.error`
* [`Benchmark.prototype.error`](#benchmarkprototypeerror)
<!-- /div -->
<!-- div -->
## `Benchmark.prototype.stats`
* [`Benchmark.prototype.stats`](#benchmarkprototypestats)
* [`Benchmark.prototype.stats.deviation`](#benchmark-statsdeviation)
* [`Benchmark.prototype.stats.mean`](#benchmark-statsmean)
* [`Benchmark.prototype.stats.moe`](#benchmark-statsmoe)
* [`Benchmark.prototype.stats.rme`](#benchmark-statsrme)
* [`Benchmark.prototype.stats.sample`](#benchmark-statssample)
* [`Benchmark.prototype.stats.sem`](#benchmark-statssem)
* [`Benchmark.prototype.stats.variance`](#benchmark-statsvariance)
<!-- /div -->
<!-- div -->
## `Benchmark.prototype.times`
* [`Benchmark.prototype.times`](#benchmarkprototypetimes)
* [`Benchmark.prototype.times.cycle`](#benchmark-timescycle)
* [`Benchmark.prototype.times.elapsed`](#benchmark-timeselapsed)
* [`Benchmark.prototype.times.period`](#benchmark-timesperiod)
* [`Benchmark.prototype.times.timeStamp`](#benchmark-timestimestamp)
<!-- /div -->
<!-- div -->
## `Benchmark.Deferred`
* [`Benchmark.Deferred`](#benchmarkdeferredclone)
<!-- /div -->
<!-- div -->
## `Benchmark.Deferred.prototype`
* [`Benchmark.Deferred.prototype.benchmark`](#benchmarkdeferredprototypebenchmark)
* [`Benchmark.Deferred.prototype.cycles`](#benchmarkdeferredprototypecycles)
* [`Benchmark.Deferred.prototype.elapsed`](#benchmarkdeferredprototypeelapsed)
* [`Benchmark.Deferred.prototype.resolve`](#benchmarkdeferredprototyperesolve)
* [`Benchmark.Deferred.prototype.timeStamp`](#benchmarkdeferredprototypetimestamp)
<!-- /div -->
<!-- div -->
## `Benchmark.Event`
* [`Benchmark.Event`](#benchmarkeventtype)
<!-- /div -->
<!-- div -->
## `Benchmark.Event.prototype`
* [`Benchmark.Event.prototype.aborted`](#benchmarkeventprototypeaborted)
* [`Benchmark.Event.prototype.cancelled`](#benchmarkeventprototypecancelled)
* [`Benchmark.Event.prototype.result`](#benchmarkeventprototyperesult)
* [`Benchmark.Event.prototype.timeStamp`](#benchmarkeventprototypetimestamp)
* [`Benchmark.Event.prototype.type`](#benchmarkeventprototypetype)
<!-- /div -->
<!-- div -->
## `Benchmark.Event.prototype.currentTarget`
* [`Benchmark.Event.prototype.currentTarget`](#benchmarkeventprototypecurrenttarget)
<!-- /div -->
<!-- div -->
## `Benchmark.Event.prototype.target`
* [`Benchmark.Event.prototype.target`](#benchmarkeventprototypetarget)
<!-- /div -->
<!-- div -->
## `Benchmark.Suite`
* [`Benchmark.Suite`](#benchmarksuitename--options)
<!-- /div -->
<!-- div -->
## `Benchmark.Suite.prototype`
* [`Benchmark.Suite.prototype.aborted`](#benchmarksuiteprototypeaborted)
* [`Benchmark.Suite.prototype.length`](#benchmarksuiteprototypelength)
* [`Benchmark.Suite.prototype.running`](#benchmarksuiteprototyperunning)
* [`Benchmark.Suite.prototype.abort`](#benchmarksuiteprototypeabort)
* [`Benchmark.Suite.prototype.add`](#benchmarksuiteprototypeaddname-fn--options)
* [`Benchmark.Suite.prototype.clone`](#benchmarksuiteprototypecloneoptions)
* [`Benchmark.Suite.prototype.emit`](#benchmarkprototypeemittype)
* [`Benchmark.Suite.prototype.filter`](#benchmarksuiteprototypefiltercallback)
* [`Benchmark.Sui
没有合适的资源?快使用搜索试试~ 我知道了~
cocos Creator js 房卡麻将
共2000个文件
json:2072个
js:1833个
meta:561个
温馨提示
1、基于NODEJS+MYSQL的服务器,成熟的技术方案,高效稳定,且方便Windows开发,Linux平台布署,节约服务器运转成本。 2、采用最新版本的cocos引擎,cocos creator开发,可快速的进行界面调整。且能够快速地发布iOS,Android版本。 3、如需H5版本,只需针对H5平台进行资源优化即可。 4、成熟可靠的房卡式设计,能满足大部分用户使用体验。 5、产品经过大量测试,可以运转稳定。 客户端使用Cocos Creator 1.3.2开发 服务器使用NodeJS 4.6.0 MYSQL使用MySQL 5.1.x
资源详情
资源评论
资源推荐
收起资源包目录
cocos Creator js 房卡麻将 (2000个子文件)
coro.c 19KB
coro.c 19KB
conftest.c 4KB
conftest.c 4KB
jsb_anysdk_protocols_auto.cpp 105KB
manualanysdkbindings.cpp 80KB
jsb_anysdk_basic_conversions.cpp 8KB
AppDelegate.cpp 3KB
main.cpp 1KB
SDKManager.cpp 1KB
main.cpp 1017B
main.cpp 766B
docco.css 7KB
docco.css 7KB
docco.css 7KB
docco.css 7KB
prettify.css 676B
prettify.css 676B
style.css 47B
天天麻将开发环境搭建.docx 133KB
CentOS部署.docx 13KB
Cocos Creator版本升级说明.docx 12KB
coro.h 14KB
coro.h 14KB
WXApiObject.h 14KB
WXApiObject.h 14KB
WXApi.h 4KB
WXApi.h 4KB
coroutine.h 2KB
coroutine.h 2KB
jsb_anysdk_basic_conversions.h 2KB
AppController.h 2KB
AppController.h 2KB
amrFileCodec.h 1KB
amrFileCodec.h 1KB
resource.h 1KB
interf_enc.h 1KB
interf_enc.h 1KB
RootViewController.h 1KB
AppDelegate.h 1KB
VoiceSDK.h 1KB
VoiceSDK.h 1KB
interf_dec.h 1KB
interf_dec.h 1KB
dec_if.h 1KB
dec_if.h 1KB
if_rom.h 931B
if_rom.h 931B
ConsoleWindowController.h 442B
SDKManager.h 382B
v8-version.h 312B
v8-version.h 312B
main.h 249B
jsb_anysdk_protocols_auto.hpp 13KB
manualanysdkbindings.hpp 195B
json3.js.html 227KB
json3.js.html 227KB
time-span.html 220KB
API.html 194KB
API.html 194KB
provider.html 173KB
prompt.html 154KB
file.html 141KB
memory.html 137KB
common.html 127KB
system.html 126KB
pkginfo.html 126KB
nconf.html 117KB
stores.html 115KB
formats.html 115KB
test.html 115KB
example.html 113KB
index.html 111KB
index.html 111KB
index.html 111KB
index.html 111KB
html5-routes-harness.html 111KB
browserify-harness.html 111KB
test-apart-ctx.html 111KB
routes-harness.html 111KB
index.html 111KB
index.html 111KB
index.html 111KB
多好网.html 105B
多好网.html 105B
多好网.html 105B
多好网.html 105B
Cocos2dxHelper.java 24KB
Cocos2dxVideoView.java 24KB
Cocos2dxEditBoxHelper.java 19KB
Cocos2dxActivity.java 18KB
Cocos2dxGLSurfaceView.java 17KB
Cocos2dxVideoHelper.java 16KB
Cocos2dxHttpURLConnection.java 14KB
Cocos2dxSound.java 13KB
Cocos2dxBitmap.java 12KB
Cocos2dxDownloader.java 11KB
Cocos2dxEditBox.java 11KB
Cocos2dxMusic.java 11KB
Cocos2dxWebViewHelper.java 10KB共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
卡卡西V
- 粉丝: 22
上传资源 快速赚钱
我的内容管理
展开
我的资源
快来上传第一个资源
我的收益 登录查看自己的收益
我的积分
登录查看自己的积分
我的C币
登录后查看C币余额
我的收藏
我的下载
下载帮助
前往需求广场,查看用户热搜最新资源
- 基于物联网技术智能附着式脚手架智能控制保护系统的研究.docx
- 中小企业组建无线网络方案.docx
- 信用评软件设计方案方法的比较分析研究.doc
- 人力资源管理课程项目管理化设计.doc
- 互联网环境下中国电影市场在发展中存在的问题分析.docx
- 通信工程专业毕业论文.doc
- 认识计算机课件.ppt
- 智能交通系统中的计算机视觉技术应用研究.docx
- Web2.0-时代下的西藏旅游目的地形象建设初探.doc
- 浅析计算机存储器分层结构.docx
- 三级电子商务标准答案.docx
- 浅议中职计算机应用基础课程在非计算机专业教学中的改革与创新.docx
- sa算法及安全性分析.ppt
- 面向土木专业人才培养的《计算机程序设计》学习课程改革实践与探索.doc
- 新时期高校管理的信息化建设及国际化发展.docx
- 多媒体技术在中职计算机教学中的应用.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论4