Searched defs:ViewerEvent (Results 1 – 3 of 3) sorted by relevance
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/trace/ |
H A D | trace.go | 307 type ViewerEvent struct { struct 308 Name string `json:"name,omitempty"` 309 Phase string `json:"ph"` 310 Scope string `json:"s,omitempty"` 311 Time float64 `json:"ts"` 312 Dur float64 `json:"dur,omitempty"` 313 Pid uint64 `json:"pid"` 314 Tid uint64 `json:"tid"` 315 ID uint64 `json:"id,omitempty"` 316 Stack int `json:"sf,omitempty"` [all …]
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/trace/ |
H A D | trace.go | 473 type ViewerEvent struct { struct 475 Phase string `json:"ph"` 476 Scope string `json:"s,omitempty"` 477 Time float64 `json:"ts"` 478 Dur float64 `json:"dur,omitempty"` 479 Pid uint64 `json:"pid"` 480 Tid uint64 `json:"tid"` 481 ID uint64 `json:"id,omitempty"` 482 Stack int `json:"sf,omitempty"` 483 EndStack int `json:"esf,omitempty"` [all …]
|
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/ |
H A D | ncview.cpp | 803 struct ViewerEvent struct 821 ViewerEvent(): type( 0 ), track( 0 ), e( 0 ) {} in ViewerEvent() function 822 ViewerEvent( int t ): type( t ), track( 0 ), e( 0 ) {} in ViewerEvent() argument 823 ViewerEvent( int t, int64_t tr ): type( t ), track( tr ), e( 0 ) {} in ViewerEvent() function 824 ViewerEvent( int t, int64_t tr, int64_t n1 ): type( t ), track( tr ), e( n1 ) {} in ViewerEvent() function 845 ViewerEvent inEvent; argument
|