1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-15 10:12:29 +08:00

update func GetElapsedTime and None comment

This commit is contained in:
dudaodong
2022-01-05 19:44:22 +08:00
parent 4aef9d6d22
commit 955f2e6de6
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ func Schedule(d time.Duration, fn interface{}, args ...interface{}) chan bool //
func (w *Watcher) Start() //start the watch timer.
func (w *Watcher) Stop() //stop the watch timer
func (w *Watcher) Reset() {} //reset the watch timer.
func (w *Watcher) GetElapsedTime() time.Duration //获取代码段运行时间
func (w *Watcher) GetElapsedTime() time.Duration //return time duration from watcher start to end.
```
#### 7. netutil is for net process