---
title: CIRenderInfo
framework: coreimage
role: symbol
role_heading: Class
path: coreimage/cirenderinfo
---

# CIRenderInfo

An encapsulation of a render task’s timing, passes, and pixels processed.

## Declaration

```swift
class CIRenderInfo
```

## Overview

Overview A CIRenderInfo object allows Xcode Quick Look to visualize the render graph with detailed timing information.

## Topics

### Instance Properties

- [kernelExecutionTime](coreimage/cirenderinfo/kernelexecutiontime.md)
- [passCount](coreimage/cirenderinfo/passcount.md)
- [pixelsProcessed](coreimage/cirenderinfo/pixelsprocessed.md)
- [kernelCompileTime](coreimage/cirenderinfo/kernelcompiletime.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Custom Render Destination

- [Generating an animation with a Core Image Render Destination](coreimage/generating-an-animation-with-a-core-image-render-destination.md)
- [CIRenderDestination](coreimage/cirenderdestination.md)
- [CIRenderTask](coreimage/cirendertask.md)
- [CIRenderDestinationAlphaMode](coreimage/cirenderdestinationalphamode.md)
