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一般用来测试桌面应用程序。
The Algorithmic Beauty of Plants
Przemyslaw Prusinkiewicz、Aristid Lindenmayer / Springer / 1996-4-18 / USD 99.00
Now available in an affordable softcover edition, this classic in Springer's acclaimed Virtual Laboratory series is the first comprehensive account of the computer simulation of plant development. 150......一起来看看 《The Algorithmic Beauty of Plants》 这本书的介绍吧!
