xubingyue / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add new benchmark #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  Benchmark "PartOfSponza" is too fast to profiling and optimizing.

  We need to add 2 tests:
    "Sponza": For profiling overall performance of SALVIA;
    "ComplexMesh": To analysis performance of rasterizer.

  The rendering stage of new benchmark spend >8 seconds on Core 2 Duo T5800 @ 2.0GHz.

Original issue reported on code.google.com by wuye9036 on 7 Feb 2013 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 7 Feb 2013 at 11:54

GoogleCodeExporter commented 8 years ago
This issue was updated by revision cb73eb511ab4.

SALVIA:
  Rename timer in salviau.
  Now timer in salviau is based on boost::chrono.
  Now profiling items could be merged if they have same name and tag.
  Add presenter_utility to salviau to make presenter device creation more easier.

Original comment by wuye9036 on 8 Feb 2013 at 6:30

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 9923ee4d430f.

EFLIB:
  Fixed bugs of profiler::merge_items.
SALVIA:
  Add BenchmarkComplexMesh.
  Update code lines.

Original comment by wuye9036 on 8 Feb 2013 at 2:54

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 8ed8be1938df.

SALVIA:
  Added BenchmarkSponza.
  Remove macro SALVIA_ENABLE_PIXEL_SHADER and unused code of rasterizer.

Original comment by wuye9036 on 8 Feb 2013 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 5e701e880bfe.

Increase repeat times of BenchmarkComplexMesh and BenchmarkSponza.

Original comment by wuye9036 on 11 Mar 2013 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 11 Mar 2013 at 2:57