Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for userTaskCreate (0.15 sec)

  1. src/runtime/trace/annotation.go

    // may have changed by the time this function returns.
    func IsEnabled() bool {
    	return tracing.enabled.Load()
    }
    
    //
    // Function bodies are defined in runtime/trace.go
    //
    
    // emits UserTaskCreate event.
    func userTaskCreate(id, parentID uint64, taskType string)
    
    // emits UserTaskEnd event.
    func userTaskEnd(id uint64)
    
    // emits UserRegion event.
    func userRegion(id, mode uint64, regionType string)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 00:47:09 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top