Vixen
dd8b0a81
csharp
public readonly record struct RemeshStageTiming

How long a stage took and how much it handled.

Read the guide page for this →

Fields and properties (3)

  • public RemeshStage Stage

    Which stage.

  • public TimeSpan Elapsed

    How long it took.

  • public int Elements

    What it handled — triangles, vertices, patches, depending on the stage.

Methods (1)

  • public RemeshStageTiming(RemeshStage Stage, TimeSpan Elapsed, int Elements)

    How long a stage took and how much it handled.

Used by (10)

  • LayoutAtlasTestsVixen.Geometry.Remeshing.Tests
  • RemeshBytesTestsVixen.Geometry.Remeshing.Tests
  • RemeshDeterminismTestsVixen.Geometry.Remeshing.Tests
  • RemeshDumpTestsVixen.Geometry.Remeshing.Tests
  • RemeshPipelinePropertyTestsVixen.Geometry.Remeshing.Tests
  • RemeshReportVixen.Geometry.Remeshing
  • RemeshReportTestsVixen.Geometry.Remeshing.Tests
  • RemesherVixen.Geometry.Remeshing
  • RemesherTestsVixen.Geometry.Remeshing.Tests
  • SymmetryPassVixen.Geometry.Remeshing