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
tracing
C# 性能分析工具
msdn.microsoft.com/zh-cn/vstudio/aa497289(en-us).aspxPerformanceThissectionincludesinformationonlogging,
tracing
muzizongheng
·
2013-07-10 15:00
开发技术
android performance trace使能cpufreq_gov
androidperformancetrace时,要首先使能内核的cpufreq_gov,不然Avtivity会报告给eclipse出现打不开/sys/kernel/debug/
tracing
/events
zirconsdu
·
2013-06-18 12:00
performance
trace
cpufreq_gov
理解G1 GC 日志
The purpose of this post is to explain the meaning of GC logs generated with some
tracing
and
奔三的小生
·
2013-06-17 15:00
GC
转
Tracing
the events executed in a transaction
TracingtheeventsexecutedinatransactionBySureshKumarParvathaneni,fromlink. Inthearticletriggeringeventsprogrammatically,welearnedabouttriggeringtheeventsprogrammaticallyinourcustomprograms.ButSAPhasalr
evangxli
·
2013-05-28 13:00
transaction
在User模式下开启ftrace、adb root和traceview的方式
CONFIG_HW_PERF_EVENTSisnotset#CONFIG_PROFILINGisnotset#CONFIG_EVENT_TRACINGisnotset#CONFIG_EVENT_POWER_
TRACING
_DEPRECATEDisnotset
oujunli
·
2013-05-28 10:00
Voxel Cone
Tracing
based Global Illumination
之前很早就看到了UE4中的基于SparseVoxelOctree的RTGI,效果很酷,一直尝试作些研究与实现,但苦于没机会。前段得空,抽时间学习了一下,这里小结一下备忘。整个算法主要分类几个过程:体素化、MipmapOCTree、ConeTracing。1.Voxelization体素化整个GI算法的基础。这里体素化可以采用的方法也比较多,主要有以下几种:直接将体素与场景进行碰撞检测。该方法比较原
BugRunner
·
2013-05-23 16:00
Powershell 方式安装Lync Server 2010 Lync Server 2013 前提组件。
Import-ModuleServerManagerAdd-WindowsFeatureNET-Framework,Web-Server,Web-Scripting-Tools,Web-Windows-Auth,Web-Asp-Net,Web-Log-Libraries,Web-Http-
Tracing
54whh
·
2013-04-15 15:01
安装
powershell
前提组件
Contour
Tracing
Algorithm(轮廓跟踪算法)
WhatisContourTracing?Alsoknownasborderfollowingorboundaryfollowing;contourtracingisatechniquethatisappliedtodigitalimagesinordertoextracttheirboundary.Asaresult,animportantquestionarises:Whatisthe"bou
tanmengwen
·
2013-04-14 16:00
Debugging the kernel using Ftrace
原文网址:http://lwn.net/Articles/365835/也可以参考印度的一篇文章,网址:http://www.linuxforu.com/2010/11/kernel-
tracing
-with-ftrace-part
junmuzi
·
2013-04-13 22:00
kmemleak的使用
(http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29#
Tracing
_garbage_collectors)当独立的对象没有被释放时
sflfqx
·
2013-04-07 10:00
Traceview
每个线程所用的时间2.线程每个方法所用的时间,CPU占用率3.函数的调用关系 基本的介绍和使用请参考如下:http://developer.android.com/tools/debugging/debugging-
tracing
.html
cs_lht
·
2013-04-02 12:00
lager trace file的流程和实现分析
tracing
是跟踪的意思,在lager中指的是跟踪用户打印的日志,根据属性做日志消息的重定向,如果没有
tracing
,那么lager没法做到按模块打印日志。
智深
·
2013-03-28 00:00
erlang
File
tracing
trace
lager
Android Traceview调试工具
原文地址:http://developer.android.com/tools/debugging/debugging-
tracing
.htmlTraceview和dmtracedump分析工具Traceview
topgun38
·
2013-03-12 16:00
Tracing
JIT, Nano-JIT, SFX
https://developer.mozilla.org/en-US/docs/SpiderMonkey/Internals/
Tracing
_JIThttp://webkit.sed.hu/blog/
talking12391239
·
2013-03-04 16:00
How to Trace Qemu
方法有好多种:1,下载qemu源代码,然后参考docs/
tracing
.txt可以实现;可以参考:http://www.linuxso.com/linuxrumen/21958.html2,使用gdb;
junmuzi
·
2013-02-13 01:00
Lync 2010先决条件的PowerShell
Import-ModuleServerManagerAdd-WindowsFeatureNET-Framework,Web-Server,Web-Scripting-Tools,Web-Windows-Auth,Web-Asp-Net,Web-Log-Libraries,Web-Http-
Tracing
letia
·
2013-01-21 17:55
powershell
2010
先决条件
Lync
SAP HANA开启和关闭SQL追踪(Turning on and off SQL
tracing
)
SAPHANA开启和关闭SQL追踪(TurningonandoffSQLtracing):注意:SQLtracing会消耗相当的系统资源,因此我们应该慎重的使用,对于正式的生产系统我们应该只在必要的时候使用SQLtracing,并且使用完应该及时关闭。SAPHANAstudio开启SQLtracing:第一步:打开administration控制页面第二步:选中TraceConfiguration
qptufly
·
2013-01-06 23:00
Linux oops信息的分析
因此得名,Oops提示信息相当多,包括出问题时的,各个常用寄存器的值,调用的堆栈,以及出错的可能原因1.oops的格式内核的文档里的详细的Oops的说明,的名字是Documentation/oops-
tracing
.txthttp
RopenYuan
·
2012-12-24 18:00
ORACLE TRACE 10046事件常见的几种方法
下面是10046事件的几个等级分别表示什么意思 Level 0
Tracing
is disabled.
7343696
·
2012-12-23 22:59
trace
oradebug
ORACLE TRACE 10046事件常见的几种方法
下面是10046事件的几个等级分别表示什么意思Level 0
Tracing
is disabled. This is the same as setting SQL_TRACE = FALSE.
7343696
·
2012-12-23 22:59
trace
oradebug
ORACLE
基础
ORACLE TRACE 10046事件常见的几种方法
下面是10046事件的几个等级分别表示什么意思 Level 0
Tracing
is disabled.
7343696
·
2012-12-23 22:51
trace
oradebug
ORACLE TRACE 10046事件常见的几种方法
下面是10046事件的几个等级分别表示什么意思Level 0
Tracing
is disabled. This is the same as setting SQL_TRACE = FALSE.
7343696
·
2012-12-23 22:51
trace
oradebug
ORACLE
基础
oops信息的分析
因此得名,Oops提示信息相当多,包括出问题时的,各个常用寄存器的值,调用的堆栈,以及出错的可能原因1.oops的格式 内核的文档里的详细的Oops的说明,的名字是 Documentation/oops-
tracing
.txt
zhangchiytu
·
2012-12-17 01:00
内核uprobes使用介绍
和kprobe类似,使用时不需要通过current_tracer来激活,而是检测点通过/sys/kernel/debug/
tracing
/uprobe_events设置,通
badu_123
·
2012-12-16 22:00
Lync2010快速部署(二)---安装Lync Server
InstallorUpdateLyncServerSystem”Step:1{安装本地配置存储(执行命令时间比较长) Step2:安装或删除lyncserver组件 有报错了,仔细检查发现,我少安装了LoggingTools和
Tracing
whyhb1916
·
2012-12-15 05:49
server
Lync
证书申请
LYNC2010
kmemleak的使用
(http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29#
Tracing
_garbage_collectors)当独立的对象没有被释放时
lishenglong666
·
2012-12-12 18:00
Oracle Net Services -
Tracing
and Logging at a Glance
OracleNettrace用于跟踪或调试oracle连接故障,连接异常断开或者连接超时等情形,通过产生详细的跟踪信息来进行分析和诊断OracleNet相关故障。关于这个网络调试主要是通过为相关的网络配置文件添加相关的参数来实现。MetaLink上ID219968.1有详尽的描述。 一、Oracletrace的相关参数 TRACE_LEVEL_[CLIENT|SERVER|LISTENER]
robinson_0612
·
2012-12-04 11:00
RichFaces在FireFox下Error decode resource data异常的解决方法
" encoded as "%21",解码时出错了,在其它浏览器正常 官方解释:
Tracing
into ResourceBuild
chainhou
·
2012-12-03 13:00
Richfaces
firefox
简单调试技术
调试技术分为两块基本,一部分为
tracing
(跟踪技术),一部分为debugger(调试器技术)。跟踪分为基本跟踪(basictracing)和扩展跟踪(extendedtracing)。
ysu108
·
2012-11-29 10:00
ARM中的MOV指令 立即数合法性
转载http://blog.csdn.net/
tracing
/article/details/6325308ARM中的MOV指令格式是这样的 op2是占了12位,其中bit11-bit8
EastonWoo
·
2012-11-17 11:00
编译器
AVM2 - 客户端脚本引擎axscript
让我们再回顾一下tamarin|--tamarin-
tracing
//tamarin源码工程 |--axscript//客户端脚本引擎 |--build |--configure
hgl868
·
2012-11-17 10:00
AVM2 - 植入本地方法实现
1、修改shell子项目 这次让我们关注tamarin-
tracing
/shell这个目录。
hgl868
·
2012-11-17 10:00
AVM2 - 构建专用的avmshell
1、深入tamarin项目 到目前为止,我们仔细看看我们的tamarin-
tracing
的目录结构,可能我们从来都没深入了解也注意到他里面的文件: |--build // make
hgl868
·
2012-11-17 10:00
AOP应用范围
具体功能如下:Authentication权限Caching缓存Contextpassing内容传递Errorhandling错误处理Lazyloading懒加载Debugging调试logging,
tracing
liuweitoo
·
2012-11-09 15:00
AOP
AOP
应用范围
apache禁止trace或track防止xss攻击
我们知道TRACE和TRACK是用来调试web服务器连接的HTTP方式.支持该方式的服务器存在跨站脚本漏洞,通常在描述各种浏览器缺陷的时候,把"Cross-Site-
Tracing
"简称为XST.攻击者可以利用此漏洞欺骗合法用户并得到他们的私人信息
鲜橙加冰
·
2012-10-15 10:30
apache
用户
rewrite
配置文件
xss
Java内存管理机制
Java虚拟机可以有两种不同方法来区别活动对象和垃圾:引用计数(ReferenceCounting)和跟踪(
Tracing
)参考:http://wenku.baidu.com/view/003a29360b4c2e3f57276323
rommel1
·
2012-10-10 00:00
ETW是什么架构|Event
Tracing
for Windows
在VisualStudio2010中,我们可以利用性能计数器对应用程序的性能进行实时的监视,以发现应用程序的性能瓶颈的所在。当我们发现问题后,如果想解决问题,就需要更多的信息。这个时候,就该ETW上场了。ETW(EventTracingforWindows)ETW(EventTracingforWindows)是由操作系统提供的一种通用的,系统开销较低(与性能日志和警报相比)的事件追踪手段,用以监
Aaron-Xu
·
2012-09-02 14:35
win7技术
软件测试
ETW是什么架构|Event
Tracing
for Windows
在VisualStudio2010中,我们可以利用性能计数器对应用程序的性能进行实时的监视,以发现应用程序的性能瓶颈的所在。当我们发现问题后,如果想解决问题,就需要更多的信息。这个时候,就该ETW上场了。ETW(EventTracingforWindows)ETW(EventTracingforWindows)是由操作系统提供的一种通用的,系统开销较低(与性能日志和警报相比)的事件追踪手段,用以监
ChinaHuanyang
·
2012-09-02 14:00
windows
工作
session
活动
callback
任务
android traceview分析
.163.com/blog/static/17104057920112825035143/http://developer.android.com/tools/debugging/debugging-
tracing
.html
song_shi_chao
·
2012-08-22 09:00
游戏
android
优化
工具
ftrace使用简介(三)
从头文件include/linux/kernel.h中可以看到,在激活配置CONFIG_
TRACING
后
lilinji
·
2012-08-16 09:15
include
信息
缓冲区
跟踪
ftrace使用说明(二)
1.1 Ftrace数据文件介绍/sys/kernel/debug/
tracing
目录下文件和目录比较多,有些是各种跟踪器共享使用的,有些是特定于某个跟踪器使用的。
lilinji
·
2012-08-16 09:06
软件
Receiver 的 log
Tracing
DWORD)=1log文件所在%USERPROFILE%\AppData\Local\Citrix\Receiver2.SSPlog,添加注册表值“HKLM\Software\Citrix\Dazzle\
Tracing
lw_198x
·
2012-07-31 14:42
Cross Site
Tracing
(XST) Attacks
转载自:http://forum.eviloctal.com/thread-12959-1-1.htmlXST攻击属于XSS攻击的一种。XST攻击描述:攻击者将恶意代码嵌入一台已经被控制的主机上的web文件,当访问者浏览时恶意代码在浏览器中执行,然后访问者的cookie、http基本验证以及htlm验证信息将被发送到已经被控制的主机,同时传送Trace请求给目标主机,导致cookie欺骗或者是中间
yu422560654
·
2012-07-30 10:00
JavaScript
java
function
浏览器
Flash
web服务
traceview使用
17104057920112825035143/ 关于Traceview文件格式请参考: http://developer.android.com/guide/developing/debugging/debugging-
tracing
.html
quding0308
·
2012-07-27 16:00
view
如何关闭Apache服务器的TRACE请求
支持该方式的服务器存在跨站脚本漏洞,通常在描述各种浏览器缺陷的时候,把"Cross-Site-
Tracing
"简称为XST。攻击者可以利用此漏洞欺骗合法用户并得到他们的私人信息。
andy1219111
·
2012-07-05 14:00
apache
浏览器
脚本
服务器
web服务
.htaccess
API
Tracing
by ollydbg
rightclick->searchforallintermodularcalls-->rightclick-->setlogbreakpointoneverycommandiflogfunctionargumentsradiobuttonisgreyedoutanalysetheexeordllormodulefirstafterthatyouwillseethelogfunctionargum
jhonguy
·
2012-07-04 04:00
Spring AOP
Caching 缓存 ◆Context passing 内容传递 ◆Error handling 错误处理 ◆Lazy loading 懒加载 ◆Debugging调试 ◆logging,
tracing
xfjt297857539
·
2012-06-28 13:00
spring aop
使用debugfs导出调试信息--一个简单的例子
该模块会在debugfs根部建立如下的文件:dbgfs_demon/├──data└──
tracing
_on操作逻辑是,如果
tracing
_on的值为Y,那么可以从data中读出有用的调试信息。
ganggexiongqi
·
2012-05-07 10:00
struct
Module
File
user
buffer
output
避免内存泄露, 有效利用内存 !
要添加的代码如下:Java代码// start
tracing
dylancao
·
2012-05-05 18:00
垃圾收集算法
判断对象是否存活的算法 ——>根搜索算法:GC Roots
Tracing
当一个对象到GC Roots没有任何引用链相连,证明对象不可用。
samsongbest
·
2012-04-23 15:00
垃圾收集
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他