(pre, post int64)
| 66 | } |
| 67 | |
| 68 | func (info *RuntimeInfo) SetLoadTime(pre, post int64) { |
| 69 | info.PreLoadTimeMS = pre |
| 70 | info.PostLoadTimeMS = post |
| 71 | } |
| 72 | |
| 73 | func (info *RuntimeInfo) SetInitTime(pre, post int64) { |
| 74 | info.PreInitTimeMS = pre |
no outgoing calls