| 构造器和说明 |
|---|
JetmApplication() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
collect(JetmPoint point)
收集监测数据,表示该监测点监测结束
|
static void |
collectAndRender(JetmPoint point)
收集监测数据并输出,表示该监测点监测结束
|
static JetmPoint |
createPoint(Method method)
创建一个监测点
|
static JetmPoint |
createPoint(String method)
创建一个监测点
|
static etm.core.monitor.EtmMonitor |
etmMonitor() |
static void |
open(boolean printRoute)
打开监控
|
static void |
render()
默认输出器样式
|
static void |
render(etm.core.renderer.MeasurementRenderer render)
设置一个输出器
|
static void |
restart()
重启EtmMonitor
|
static void |
shutDown()
停止EtmMonitor
|
static void |
start()
启动EtmMonitor
|
public static void open(boolean printRoute)
printRoute - 是否打开路由执行时长public static void start()
public static void restart()
public static etm.core.monitor.EtmMonitor etmMonitor()
public static void render(etm.core.renderer.MeasurementRenderer render)
render - 输出格式化实现public static void render()
public static void shutDown()
public static JetmPoint createPoint(Method method)
method - 要监测的方法public static JetmPoint createPoint(String method)
method - 要监测的方法public static void collect(JetmPoint point)
point - 监测点对象public static void collectAndRender(JetmPoint point)
point - Copyright © 2015. All rights reserved.