<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "os",
  "identifier" : "/documentation/os/OSSignpostType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "os"
    ],
    "preciseIdentifier" : "c:@EA@os_signpost_type_t"
  },
  "title" : "OSSignpostType"
}
-->

# OSSignpostType

The different kinds of signpost.

```
struct OSSignpostType
```

## Topics

### Specifying Signpost Types

[`begin`](/documentation/os/OSSignpostType/begin)

A signpost that marks the start of a time interval of interest in your code.

[`end`](/documentation/os/OSSignpostType/end)

A signpost that marks the end of a time interval of interest in your code.

[`event`](/documentation/os/OSSignpostType/event)

A signpost that marks an event in your code.

### Creating Signpost Types

[`init(rawValue:)`](/documentation/os/OSSignpostType/init(rawValue:))

Creates a signpost from a raw integer value.

[`init(_:)`](/documentation/os/OSSignpostType/init(_:))

Creates a signpost from a raw integer value.

### Inspecting Signpost Types

[`rawValue`](/documentation/os/OSSignpostType/rawValue)

An integer value that represents the role of a signpost.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)