---
title: performCount
framework: usd
role: article
role_heading: Article
path: usd/performcount
---

# performCount

A value that specifies the number of times the group’s actions repeat.

## Overview

Overview The default value is 1, which execute the actions only once. If the value is 0 and loops is set to true, the actions execute infinitely. If the value is a number (n) and the type is serial, the actions execute n times in sequence. And if the value is set to a number (n) and the type is parallel, the actions execute n times independently. Declaration uniform uint performCount = 1

## See Also

### Properties

- [info:id](usd/info-id.md)
- [type](usd/type.md)
- [loops](usd/loops.md)
- [actions](usd/actions.md)
