123456789101112131415161718192021222324 |
- {
- "gem_name": "TracyProfiler",
- "version": "0.0.0",
- "display_name": "Tracy Profiler",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "O3DE Extras",
- "origin_url": "https://github.com/o3de/o3de-extras/development/Gems/ExternalProfilers/TracyProfiler",
- "type": "Code",
- "summary": "Implements the O3DE profiler tags to be used by the Tracy third party profiler",
- "canonical_tags": [
- "Gem",
- "Tools"
- ],
- "user_tags": [
- "Profiler"
- ],
- "icon_path": "preview.png",
- "requirements": "Users will need to download Tracy from the <a href='https://github.com/wolfpld/tracy/releases'>Github release</a>.",
- "documentation_url": "https://github.com/wolfpld/tracy",
- "dependencies": [
- ],
- "provided_unique_service": "Profiler"
- }
|