gem.json 920 B

123456789101112131415161718192021222324
  1. {
  2. "gem_name": "SuperluminalProfiler",
  3. "version": "0.0.0",
  4. "display_name": "Superluminal Profiler",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "O3DE Extras",
  8. "origin_url": "https://github.com/o3de/o3de-extras/development/Gems/ExternalProfilers/SuperluminalProfiler",
  9. "type": "Code",
  10. "summary": "Implements the O3DE profiler tags to be used by the superluminal third party profiler",
  11. "canonical_tags": [
  12. "Gem",
  13. "Tools"
  14. ],
  15. "user_tags": [
  16. "Profiler"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "Users will need to download Superluminal from the <a href='https://superluminal.eu/'>Superluminal Web Site</a>.",
  20. "documentation_url": "https://www.superluminal.eu/docs/documentation.html",
  21. "dependencies": [
  22. ],
  23. "provided_unique_service": "Profiler"
  24. }