Sign inSign up

belchy06/sequence_profiler

By belchy06

Updated over 5 years ago

Image
0

363

belchy06/sequence_profiler repository overview

Overview

Profiling the performance of Unreal applications in a container

Alias tags

The following tags are provided as convenient aliases for the fully-qualified tags of common image variants

  • latest: is an alias for a Linux built project
  • linux: is an alias for a Linux built project
  • windows: is an alias for a Windows built project

Example Usage

Linux

You can test the profiler locally by running:
docker run --rm --gpus=all -v $HOME/output:/output belchy06/sequence_profiler:linux

Note: You must bind mount a volume from the host machine to inside the container in order to extract the output CSV and SVG images. This can be done with the -v flag

Windows

You can test the profiler locally by running:
docker run -it --rm --isolation=process --device class/5B45201D-F2F2-4F3B-85BB-30FF1F953599 -v d:/data/profiler/output:c:/output belchy06/sequence_profiler:windows

Note: You must bind mount a volume from the host machine to inside the container in order to extract the output CSV and SVG images. This can be done with the -v flag

Tag summary

Content type

Image

Digest

Size

767.2 MB

Last updated

over 5 years ago

docker pull belchy06/sequence_profiler