File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public class Advice {
4141
4242除了上面 ` Advice ` 里的字段,Arthas 还会在 OGNL 上下文里额外注入一些变量:
4343
44- | 变量名 | 说明 |
45- | ---: | :--- |
46- | ` #cost ` | 本次调用耗时(毫秒) |
47- | ` #ref ` | 对象引用存储器(弱引用,支持命名空间) |
44+ | 变量名 | 说明 |
45+ | ------ : | :---------------------------------- --- |
46+ | ` #cost ` | 本次调用耗时(毫秒) |
47+ | ` #ref ` | 对象引用存储器(弱引用,支持命名空间) |
4848
4949示例:
5050
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ Description for the variables in the class `Advice`:
3939
4040Besides the fields in ` Advice ` , Arthas also injects extra variables into OGNL context:
4141
42- | Name | Specification |
43- | ---: | :--- |
44- | ` #cost ` | time cost in milliseconds |
45- | ` #ref ` | object reference store (weak reference, with namespaces) |
42+ | Name | Specification |
43+ | ------ : | :---------------------------------------------------- --- |
44+ | ` #cost ` | time cost in milliseconds |
45+ | ` #ref ` | object reference store (weak reference, with namespaces) |
4646
4747Examples:
4848
You can’t perform that action at this time.
0 commit comments