Ppixar-ossbuild: cmake QOL improvements
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Rename pxr's performance python library from Usdperformance to Performance (Internal change: 2342667) | 1 年前 | |
This change enables building pxr/base with the emscripten compiler. Main changes include: - Modification of build_usd.py to add a wasm target to cross compiling on the three supported desktop platforms. - Modification to testWrapper allowing for an optional test runner parameter so that the c++ based tests can be ran via node.js - Disabling a subset of c++ tests based on an initial list of expected failing tests provided by autodesk. These tests require additional envionment setup that we are not supporting at the moment. (Internal change: 2378148) | 1 年前 | |
Add performance measurement tools to OpenUSD's extras (Internal change: 2341783) | 1 年前 | |
build: cmake QOL improvements Provide `compile_commands.json` for use by developer tools. Make `shebang.py` slightly safer. Fix trivial Python syntax warnings. Related-to: https://github.com/aousd/build-ig-initiatives/issues/8 Closes #3941 (Internal change: 2409892) | 4 个月前 | |
usdmeasureperformance: Various tweaks - When aggregations are requested, the raw data from each test iteration is now saved in a sidecar filed named <output>.raw.yaml. This allows users to perform more analysis and data plotting from the source data after the test run. - Users can now keep trace output from all iterations with the --keepAllTraces argument. This allows analysis of individual iterations instead of only the iterations corresponding to the min/max of each metric. This is off by default since this trace data can be large. (Internal change: 2385611) | 10 个月前 |