E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
coverage
GCC
Coverage
代码分析-GCC插桩前后汇编代码对比分析
本博客(http://blog.csdn.net/livelylittlefish)贴出作者(阿波)相关研究、学习内容所做的笔记,欢迎广大朋友指正!Content0. 序1. 如何编译1.1 未加入覆盖率测试选项1.2 加入覆盖率测试选项1.3 分析2. 未加入覆盖率测试选项的汇编代码分析3. 加入覆盖率测试选项的汇编代码分析3.1 计数桩代码分析3.2 构造函数桩代码分析3.3 数据结构分析3.
yuyin86
·
2012-10-29 06:00
GCC
Coverage
代码分析-编译过程自动化及对链接的解释
本博客(http://blog.csdn.net/livelylittlefish)贴出作者(阿波)相关研究、学习内容所做的笔记,欢迎广大朋友指正!Content0. 序1. 生成各个文件的步骤1.1 未加入覆盖率测试选项1.1.1 编译步骤1.1.2 目标文件的符号表1.2 加入覆盖率测试选项1.2.1 编译步骤1.2.2 目标文件的符号表1.3gccverbose选项2. 编译自动化2.1使用
yuyin86
·
2012-10-29 06:00
js程序覆盖率测试工具
JS
Coverage
其实从字面上大家就能猜出来了:是一个用于度量js程序的代码覆盖率的工具 能显示哪些执行了,哪些未执行 对测试代码覆盖率的分析和测试质量的衡量都很有用
zhangyaochun
·
2012-10-25 11:00
JSCoverage
遭遇mysql数据库表满错误
,因为数据日积月累,越来越多,终于有一天查看到异常日志,提示表已满: Cause By: java.sql.SQLException: The table 'tcc_package_
coverage
心如明镜
·
2012-10-24 11:38
table
full
is
表已满
GCOV查看arm-linux代码覆盖率
gcc编译加入-fprofile-arcs-ftest-
coverage
参数生成二进制程序,执行测试用例生成代码覆盖率信息。
87305931
·
2012-10-22 17:12
Gcov
覆盖率
arm-linux代码
ArcGIS Engine中的数据访问
1.Shapefile 2.
Coverage
3.Personal Geo
xitong
·
2012-10-19 15:00
ArcGis Engine
ArcGIS Engine中的数据访问
1.Shapefile 2.
Coverage
3.Personal Geo
devgis
·
2012-10-19 15:00
ArcGis Engine
BigDecimal也要警惕除零异常
private void calculate
Coverage
(List projects){ if(projects==null){ return ;
心如明镜
·
2012-10-18 19:03
BigDecimal
zero
除零异常
tcc对emma的改进
淘宝的tcc(taobaocode
coverage
)对开源的emma做了些许改进:1、容许两份不同版本的em,ec文件进行合并(如果印记发生改变,覆盖率清零),这样改造的效果是,覆盖率报告具备时间“延续性
心如明镜
·
2012-10-18 18:21
emma
覆盖率
测试覆盖率
测试覆盖率(zz) (2009-10-2215:48)分类: 软件工程测试覆盖率之一——测试覆盖率分类关于覆盖率,网络上最常见的两个词应该是“测试覆盖率”(Test
Coverage
)和”代码覆盖率“(Code
Coverage
jfkidear
·
2012-10-15 18:00
根据表的某个字段拆分大表成多个小表,以前做的,留作笔记
要拆分的大表:tcc_method_
coverage
,其中有一个字段名:table_name,我们就是要根据table_name的值,将tcc_method_
coverage
表的数据进行分组,譬如,table_name
心如明镜
·
2012-10-15 17:21
mysql
拆分表
GCOV使用
GcovisGCC
Coverage
是一个测试代码覆盖率的工具是一个命令行方式的
李生龙
·
2012-10-10 15:47
安全相关
GCOV使用
GcovisGCC
Coverage
是一个测试代码覆盖率的工具是
lishenglong666
·
2012-10-10 15:00
gcc
basic
Graph
工具
profiling
branch
VS2010中的自动化测试(1)——VS2010中的测试管理工具
这其中包括有:TestView、TestListEditor、TestResults、Code
coverage
Results、TestRuns以及在VS2010中新增的功能TestImpactView。
wyxhd2008
·
2012-10-10 08:00
sql
server
测试
单元测试
csv
2010
编码那些事:代码覆盖的15种典型情景
代码覆盖(Code
Coverage
)为何物?相信程序员特别是测试人员不陌生,很多人都喜欢用代码覆盖来驱动测试的开展和完善。
傅健
·
2012-10-09 00:00
编码那些事:代码覆盖的15种典型情景
代码覆盖(Code
Coverage
)为何物?相信程序员特别是测试人员不陌生,很多人都喜欢用代码覆盖来驱动测试的开展和完善。
傅健
·
2012-10-09 00:00
netty ExecutionHandler
测试代码: @ChannelPipeline
Coverage
("all") public cl
san_yun
·
2012-10-08 16:00
handler
gcov
Gcov是进行代码运行的覆盖率统计的工具,它随着gcc的发布一起发布的,它的使用也很简单,需要在编译和链接的时候加上-fprofile-arcs-ftest-
coverage
生成二进制文件,gcov主要使用
87305931
·
2012-09-27 23:55
测试覆盖率
Gcov
gcov
Gcov是进行代码运行的覆盖率统计的工具,它随着gcc的发布一起发布的,它的使用也很简单,需要在编译和链接的时候加上-fprofile-arcs-ftest-
coverage
生成二进制文件,gcov主要使用
·
2012-09-27 23:55
测试覆盖率
Gcov
rails目录结构
Coverage
:这个不是Rails自己的目录,是我们在前面测试时安装的测试覆盖率工具的目录
lan
·
2012-09-25 15:00
Rails
[转]AIF Services and the .Net BC - Where and When
aif-services-and-net-bc-where-and-when.htmlOneofthesessionsIattendedatConvergence2010,wastheAXUGSoftwareArchitectSIG.Theinitial
coverage
postforthatses
sgwzxg
·
2012-09-21 11:00
emma doesn't
coverage
code with tests with @RunWith(PowerMockRunner.class);
VINESNodeAddressCollector:@RunWith(PowerMockRunner.class)//addfollowingVINESNodeAddressCollector.classwillmake
coverage
notwork
fanrey
·
2012-09-14 17:00
Powermock
中華電信國際漫遊服務一覽表
中華電信國際漫遊服務一覽表(Roaming
Coverage
)GSM:189國377網 GPRS:134國289網 3G:77國168網 更新日期:2012年9月3日 洲別國家業者網路碼系統別
LongZh_CN
·
2012-09-13 09:00
mobile
dialog
360
idea
Go
Cobertura ( Jave testing
coverage
tool).
It can be used to identify which parts of your Java program are lacking test
coverage
oywl2008
·
2012-09-08 22:00
test
uva 10020 - Minimal
coverage
Minimal
coverage
TheProblemGivenseveralsegmentsofline(inttheXaxis)withcoordinates[Li,Ri].Youaretochoosetheminimalamountofthem
Frankiller
·
2012-09-06 21:00
Integer
input
each
output
pair
emma maven plugin中如何选择对某些文件不做
coverage
Build: <build> <plugins> <!-- emma configuration --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>emma-maven-plugin</artifactI
fanrey
·
2012-09-05 11:00
plugin
emma 的
coverage
report 代码文件乱码的问题
用jenkins进行android测试代码的
coverage
,生成出来bin里的
coverage
report中,代码文件中日文全是乱码,导致了
coverage
的显示也不太清楚,文件代码一长,根本无法知道哪些没有覆盖到
dawnming
·
2012-09-04 20:00
tomcat
android
IO
ant
report
tools
THC-Hydra
Averyfastnetworklogoncrackerwhichsupportmanydifferentservices.Seefeaturesetsandservices
coverage
page-incl.aspeedcomparisonagainstncrackandmedusaCurrentVersion
itzb
·
2012-08-31 20:34
hydra
validator的Symbol
Coverage
没有100%
看ValidatingaSDLSystem这一章HandlingLowSymbol
Coverage
Ifthesymbol
coverage
afterane
1689LiYong
·
2012-08-22 11:00
UVa 10020 - Minimal
coverage
链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=961 类型: 贪心 原题: The Problem Given several segments of line (i
king_tt
·
2012-08-13 00:00
over
UVa 10020 - Minimal
coverage
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=961类型:贪心原题:TheProblemGivenseveralsegmentsofline(inttheXaxis)withcoordinates[Li,Ri].Youare
shuangde800
·
2012-08-13 00:00
Visual Studio 2012RC unit test 改进
http://blogs.msdn.com/b/visualstudioalm/archive/2012/06/19/visual-studio-2012-rc-what-s-new-in-code-
coverage
.aspx
·
2012-08-09 10:00
test
unit
ubuntu下安装phpunit
错误信息:CalltoundefinedmethodPHP_Code
Coverage
_Filter::getInstance()第一种:Ifyouhaveproblemswithaccessingcomponentstryanotherway
wufa
·
2012-08-07 15:00
phpunit
ArcGIS 9 Desktop 中的CAD 数据操作(导入与导出)
由此,就必须将CAD数据转换成ArcGIS的数据格式(shapefile、
coverage
、geodatabasefeatureclass)。由于
@龙飞凤舞@
·
2012-08-03 10:00
VS2010中的自动化测试(1)——VS2010中的测试管理工具
这其中包括有:TestView、TestListEditor、TestResults、Code
coverage
Results、TestRuns以及在VS2010中新增的功能TestImpactView。
dz45693
·
2012-08-02 21:00
list
测试
单元测试
Class
2010
Diagnostics
Alpha To
Coverage
AlphaTo
Coverage
(A2C)是一种经由流水线完成的“AlphaTest”。
pizi0475
·
2012-07-27 22:00
制造
存储
buffer
Blend
output
shader
Geometry Instancing
——ZwqXin.com[乱弹纪录I:GeometryShader][乱弹纪录II:AlphaTo
Coverage
] 本文来源
pizi0475
·
2012-07-27 22:00
layout
null
buffer
each
float
shader
单元测试工具Numega BoundsChecker
NuMega共有三个独立的子功能——BoundsChecker、True
Coverage
、TrueTime。
wangweitingaabbcc
·
2012-07-27 19:00
function
api
测试
工具
测试工具
单元测试工具
gcov/lcov查看代码运行覆盖率
gcc编译加入-fprofile-arcs-ftest-
coverage
参数生成二进制程序,执行测试用例生成代码覆盖率信息。
brucexu1978
·
2012-07-27 13:00
html
File
gcc
branch
output
Components
WMS WCS WFS 区别(转载)
在WMT2中OGC定义了三种地理参考信息模型:WebMapServer(WMS),WebFeatureServer(WFS),Web
Coverage
Server(WCS).1.Web地图服务(WMS)能够根据用户的请求返回相应的地图
kkk328
·
2012-07-19 08:00
Web
webservice
浏览器
server
服务器
processing
Xcode4单体测试结果覆盖率的确认方法
操作步骤如下: 1.安装CoverStory (下载地址) 2.修改Xcode中TestTarget的buildsetting GenerateTest
Coverage
File
musou_ldns
·
2012-07-17 11:00
apple
测试
xcode
Build
compiler
XCode4
Linux平台代码覆盖率测试工具GCOV简介
GcovisGCC
Coverage
是一个测试代码覆盖率的工具是一个命令行方式
xbgd
·
2012-07-12 22:00
linux
Mutation test
Code
coverage
有时候是不够的,可以试试mutationtest。
·
2012-07-03 10:00
test
Embedding Python in C/C++: Part I
Inspiredbythearticle"EmbeddingPythoninMulti-ThreadedC/C++Applications"(LinuxJournal),Ifelttheneedforamorecomprehensive
coverage
onthetopicofembeddingPython.Whilewritingthisarticle
AMWIHIHC
·
2012-06-26 19:00
thread
python
function
null
Class
reference
JS
Coverage
JS
Coverage
用于测试js代码覆盖率,可以与selenium搭配使用。
xinyangwjb
·
2012-06-21 11:00
over
WebInspect在cmd下操作教程(带java调用例子)
wi.exe-uurl[-sfile][-wsfile][-Frameworkname][-Crawl
Coverage
name] [-pspolicyID|-pcpath][-ab|an|am|ad|aa
wslejeff
·
2012-06-14 17:00
代码覆盖率——gcov lcov的使用
gcc编译加入-fprofile-arcs-ftest-
coverage
参数生成二进制程序,执行测试用例生成代码覆盖率信息。
yukin_xue
·
2012-06-11 17:00
File
测试
gcc
makefile
branch
linux内核
Linux平台代码覆盖率测试工具GCOV简介
GcovisGCC
Coverage
是一个测试代码覆盖率的工具是一个命令行方式的控制台程序伴
yukin_xue
·
2012-06-11 17:00
gcov和lcov使用经验
如果是C++程序,在CXXFLAGS中加入-fprofile-arcs-ftest-
coverage
作为编
thirstyblue
·
2012-06-05 13:37
linux
gcov和lcov使用经验
如果是C++程序,在CXXFLAGS中加入-fprofile-arcs-ftest-
coverage
作为编
ThirstyBlue
·
2012-06-05 13:00
html
gcc
软件测试
测试
工具
reference
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他