> Development branch documentation · commit 327c05c78d2f528e4f4a679fcc7a77d9aa161f48
> Package versions: @zenfg/webgpu 0.1.0, @zenfg/snapshot 0.1.0, @zenfg/inspector 0.1.0, zenfg 0.1.0, zenfg-snapshot 0.1.0
> Source: https://github.com/uinosoft/zenfg/blob/327c05c78d2f528e4f4a679fcc7a77d9aa161f48/packages/webgpu/src/types.ts#L1300

[ZenFG TypeScript API](/zenfg/docs/api/index.md) / [webgpu](/zenfg/docs/api/webgpu/index.md) / [root](/zenfg/docs/api/webgpu/root/index.md) / CompiledFrameWithReport

# Interface: CompiledFrameWithReport

Defined in: [packages/webgpu/src/types.ts:1300](https://github.com/uinosoft/zenfg/blob/327c05c78d2f528e4f4a679fcc7a77d9aa161f48/packages/webgpu/src/types.ts#L1300)

Compiled frame carrying an opt-in readonly diagnostic snapshot.

## Extends

- [`CompiledFrame`](/zenfg/docs/api/webgpu/root/interfaces/CompiledFrame.md)

## Properties

### compilationReport

> `readonly` **compilationReport**: [`FrameGraphCompilationReport`](/zenfg/docs/api/webgpu/root/type-aliases/FrameGraphCompilationReport.md)

Defined in: [packages/webgpu/src/types.ts:1301](https://github.com/uinosoft/zenfg/blob/327c05c78d2f528e4f4a679fcc7a77d9aa161f48/packages/webgpu/src/types.ts#L1301)

## Methods

### execute()

> **execute**(`options?`): `void`

Defined in: [packages/webgpu/src/types.ts:1290](https://github.com/uinosoft/zenfg/blob/327c05c78d2f528e4f4a679fcc7a77d9aa161f48/packages/webgpu/src/types.ts#L1290)

Executes synchronously without timing. Throws on execution or callback failure.

#### Parameters

##### options?

[`CompiledFrameExecuteOptions`](/zenfg/docs/api/webgpu/root/type-aliases/CompiledFrameExecuteOptions.md)

#### Returns

`void`

#### Inherited from

[`CompiledFrame`](/zenfg/docs/api/webgpu/root/interfaces/CompiledFrame.md).[`execute`](/zenfg/docs/api/webgpu/root/interfaces/CompiledFrame.md#execute)

***

### executeWithTiming()

> **executeWithTiming**(`options`): [`FrameGraphExecutionTiming`](/zenfg/docs/api/webgpu/root/type-aliases/FrameGraphExecutionTiming.md)

Defined in: [packages/webgpu/src/types.ts:1296](https://github.com/uinosoft/zenfg/blob/327c05c78d2f528e4f4a679fcc7a77d9aa161f48/packages/webgpu/src/types.ts#L1296)

Executes synchronously with explicitly selected timing families.
CPU results do not await GPU completion. GPU unavailability is non-fatal.
Throws synchronously on execution failure; no partial CPU report is returned.

#### Parameters

##### options

[`CompiledFrameExecuteOptions`](/zenfg/docs/api/webgpu/root/type-aliases/CompiledFrameExecuteOptions.md) & `object`

#### Returns

[`FrameGraphExecutionTiming`](/zenfg/docs/api/webgpu/root/type-aliases/FrameGraphExecutionTiming.md)

#### Inherited from

[`CompiledFrame`](/zenfg/docs/api/webgpu/root/interfaces/CompiledFrame.md).[`executeWithTiming`](/zenfg/docs/api/webgpu/root/interfaces/CompiledFrame.md#executewithtiming)
