Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
APITrace 1.0.2
pts/apitrace-1.0.2
- 08 April 2018 -
Deprecate this test as it hasn't been used really in years.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/apitrace-apitrace-3.0-0-gde9f3e5.zip</URL> <MD5>9ef70fa990f165e30a4408762fdb4a76</MD5> <FileSize>1279634</FileSize> </Package> <Package> <URL></URL> <MD5>21708bcee9c1e539b051779a76cc8880</MD5> <FileName>redeclipse-1-trace.7z</FileName> <FileSize>156191890</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o apitrace-apitrace-3.0-0-gde9f3e5.zip 7za -y x redeclipse-1-trace.7z rm -rf apitrace_ mv -T apitrace-apitrace-de9f3e5 apitrace_ cd apitrace_/ cmake -H. -Bbuild make -C build echo $? > ~/install-exit-status # extend this test profile for image quality comparison, i.e. # glretrace -s dump/ -S 1600000-3613127/frame ../../redeclipse-1.trace cd ~/ echo "#!/bin/sh cd apitrace_/build/ ./glretrace -b ~/\$@ > \$LOG_FILE 2>&1 echo $? > ~/test-exit-status" > apitrace chmod +x apitrace
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Rendered 1966 frames in 93.4417 secs, average of #_RESULT_# fps</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>APITrace</Title> <AppVersion>3.0</AppVersion> <Description>This is a benchmark measuring the performance of various OpenGL Linux games that lack suitable benchmarking modes so this is solely measuring the performance of pushing pre-recorded OpenGL calls as recorded by APITrace through the system's graphics driver stack and being executed on the GPU. This isn't measuring the system's performance in that game but rather just the recorded OpenGL performance being executed.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Deprecated</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>32bit-compatibility, cmake, python, build-utilities, p7zip</ExternalDependencies> <EnvironmentSize>2000</EnvironmentSize> <ProjectURL>http://github.com/apitrace/apitrace/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Trace</DisplayName> <Identifier>trace</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Red Eclipse 1.2</Name> <Value>redeclipse-1.trace</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>