-
大小: 0.54M文件类型: .rar金币: 1下载: 0 次发布日期: 2021-01-30
- 语言: JavaScript
- 标签: c web d
资源简介
代码片段和文件信息
/*
Test performance of native C UUID generation
To Compile: cc -luuid benchmark-native.c -o benchmark-native
*/
#include
#include
#include
#include
int main() {
uuid_t myid;
char buf[36+1];
int i;
struct timeval t;
double start finish;
gettimeofday(&t NULL);
start = t.tv_sec + t.tv_usec/1e6;
int n = 2e5;
for (i = 0; i < n; i++) {
uuid_generate(myid);
uuid_unparse(myid buf);
}
gettimeofday(&t NULL);
finish = t.tv_sec + t.tv_usec/1e6;
double dur = finish - start;
printf(“%d uuids/sec“ (int)(n/dur));
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6241 2015-02-15 07:20 WebRTCDemo\index.html
文件 278 2015-12-23 17:21 WebRTCDemo\node_modules\.bin\express
文件 186 2015-12-23 17:21 WebRTCDemo\node_modules\.bin\express.cmd
文件 12 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\.npmignore
文件 116 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\.travis.yml
文件 3829 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\index.js
文件 2031 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\package.json
文件 1029 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\README.md
文件 1322 2015-12-23 17:21 WebRTCDemo\node_modules\buffer-crc32\tests\crc.test.js
文件 5 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\.npmignore
文件 164 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\component.json
文件 85 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\History.md
文件 795 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\index.js
文件 89 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\Makefile
文件 1427 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\package.json
文件 1389 2015-12-23 17:21 WebRTCDemo\node_modules\bytes\Readme.md
文件 29 2015-12-23 17:21 WebRTCDemo\node_modules\commander\.npmignore
文件 43 2015-12-23 17:21 WebRTCDemo\node_modules\commander\.travis.yml
文件 2179 2015-12-23 17:21 WebRTCDemo\node_modules\commander\History.md
文件 45 2015-12-23 17:21 WebRTCDemo\node_modules\commander\index.js
文件 22203 2015-12-23 17:21 WebRTCDemo\node_modules\commander\lib\commander.js
文件 80 2015-12-23 17:21 WebRTCDemo\node_modules\commander\Makefile
文件 1993 2015-12-23 17:21 WebRTCDemo\node_modules\commander\package.json
文件 6723 2015-12-23 17:21 WebRTCDemo\node_modules\commander\Readme.md
文件 109 2015-12-23 17:21 WebRTCDemo\node_modules\connect\.npmignore
文件 50 2015-12-23 17:21 WebRTCDemo\node_modules\connect\.travis.yml
文件 104 2015-12-23 17:21 WebRTCDemo\node_modules\connect\index.js
文件 1161 2015-12-23 17:21 WebRTCDemo\node_modules\connect\lib\cache.js
文件 1590 2015-12-23 17:21 WebRTCDemo\node_modules\connect\lib\connect.js
文件 2205 2015-12-23 17:21 WebRTCDemo\node_modules\connect\lib\index.js
............此处省略549个文件信息
- 上一篇:JQuery视频播放控件
- 下一篇:js大转盘 (jquery)
相关资源
-
三国杀版连连看,HTML5+ja
vasc ript脚 -
ja
vasc ript 写的俄罗斯方块游戏 - HTML5游戏开发毕业课程设计,课程设计
- 愤怒的小鸟 游戏
- html5 消消乐demo小游戏
- 拳皇HTML小游戏源码h5+nodejs
- cocoscreator跑酷游戏源码js语言开发
- 农场游戏源码-cocos creator
- KindEditor HTML在线编辑器 v4.1.4
-
Jpla
yer html5 视频/音频/flash播放器 所 - 在线浏览pdf文档 源码 js
- js日期控件 demo
-
ExtJS仿windows 桌面风格 (EXTPla
yer) - 制作各种美观的图表FusionCharts
- 基于JQUERY的移动端日期选择插件(m
- jquery文档阅读插件(支持pdf/avi/3gp/m
-
ja
vasc ript高级程序设计.pdf[以及]『 - 绘制流程图
- 可输入选择下拉框 (jQuery-searchableS
- 轻量级jQuery对话框插件 jQuery.dialog.j
- MindFusionJsDiagramDemo
- html实现拍照功能(纯js实现,不依赖
- 多选下拉 angularjs插件 (select2)
- HTML5另类3D全景画廊效果
- web网页录音 使用navigator.getusermedia
- ocr文字识别组件源码(tesseract.js)
-
ckpla
yer网页播放器 - 基于Three.js的3D全景实现
- 拖动网页元素(jquery.gridly 插件)
- canvas炫酷动画飞爆效果
评论
共有 条评论