Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

Profile

Nested types and modules

TypeDescription
Category
Event
EventBoundary

Functions and values

Function or valueDescription
events
Signature: ConcurrentBag<Event>
getCoalescedEventTimeSpans(boundaries)
Signature: boundaries:EventBoundary array -> TimeSpan array
print includePaket realTime
Signature: includePaket:bool -> realTime:TimeSpan -> unit
startCategory(cat)
Signature: cat:Category -> IDisposable
startCategoryF cat f
Signature: cat:Category -> f:(unit -> '?21218) -> '?21218
Type parameters: '?21218
trackEvent(cat)
Signature: cat:Category -> unit