OKTECH Profiler
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/oktech-profiler/
软件介绍
OKTECH Profiler是一款开源,低开销,采用取样分析式的Java profiler,它作为一个本地Java代理或一个远程JMX客户端分析运行线程的堆栈轨迹(stack trace),无需与管理程序一同运行,以二进制文件形式转存信息,并且允许防火墙后的(behind-firewall)程序概要分析 (profiling)和后期分析(late-analysis)。
profiler可以用来分析一个基于Java的系统为什么会变慢。其原理是通过一些驱动和JVM绑定来读取JVM的运行时的情况,得到从类的加载 到执行到结束整个过程中的时间情况,从而知道到底哪些函数的哪些方法让你的系统变得缓慢。比较好的开源profiler工具有Extensible Java Profiler和Eclipse Profiler Plugin1。Extensible Java Profiler一般用来测试桌面应用程序。
Test Driven Development
Kent Beck / Addison-Wesley Professional / 2002-11-18 / USD 49.99
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscience that tells programmers to "be careful!"), the auth......一起来看看 《Test Driven Development》 这本书的介绍吧!
