5a7cb724ce
* External CI: rename pipeline to rocprofiler-compute (#463)
Signed-off-by: Daniel Su <danielsu@amd.com>
* Update webui branding (#459)
* Update name and icon for browser tab to rocprofiler-compute.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Update name and icon for browser tab to rocprofiler-compute.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Update branding in documentation (#442)
* find/replace Omniperf to ROCm Compute Profiler
Signed-off-by: Peter Park <peter.park@amd.com>
* update name in Sphinx conf
Signed-off-by: Peter Park <peter.park@amd.com>
* mv what-is-omniperf.rst -> what-is-rocprof-compute.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* update Tutorials section
Signed-off-by: Peter Park <peter.park@amd.com>
* add Omniperf as keyword to Conceptual section for internal search
Signed-off-by: Peter Park <peter.park@amd.com>
* update Reference section
Signed-off-by: Peter Park <peter.park@amd.com>
* black fmt conf.py
Signed-off-by: Peter Park <peter.park@amd.com>
* update profile mode and basic usage subsections
Signed-off-by: Peter Park <peter.park@amd.com>
* update how to use analyze mode subsection
Signed-off-by: Peter Park <peter.park@amd.com>
* update install section
Signed-off-by: Peter Park <peter.park@amd.com>
* fix sphinx warnings
Signed-off-by: Peter Park <peter.park@amd.com>
* fix cmd line examples in profile/mode.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* update install decision tree image
Signed-off-by: Peter Park <peter.park@amd.com>
* fix TOC and index
Signed-off-by: Peter Park <peter.park@amd.com>
fix weird wording
* fix cli text: deriving rocprofiler-compute metrics...
Signed-off-by: Peter Park <peter.park@amd.com>
* update standalone-gui.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* restore removed doc updates from #428
Signed-off-by: Peter Park <peter.park@amd.com>
* update ref to Omniperf in index.rst
Signed-off-by: Peter Park <peter.park@amd.com>
* fix grafana connection name to match image
Signed-off-by: Peter Park <peter.park@amd.com>
* update cmds in tutorials
Signed-off-by: Peter Park <peter.park@amd.com>
---------
Signed-off-by: Peter Park <peter.park@amd.com>
* MI300 roofline enablement in rocprofiler-compute (#470)
* MI300 roofline enablement in rocprofiler-compute
requirements.txt
- running some modules complained about numpy version too new, adding extra requirement that numpy be 1.x
pmc_roof_perf.txt
- adding TCC_BUBBLE_sum counter to profile
soc_gfx940.py
soc_gfx941.py
soc_gfx942.py
- remove console logs reading that roofline is temporarily disabled, uncommenting blocks that check for roofline csv and run roofline post-processing
roofline_calc.py
- add mi300 to supported soc
- add new calculation for hbm_data for MI300 using tcc_bubble_sum, checks if counter > 0 to use
- add to a few comments
roofline-ubuntu-20_04-mi300-rocm6
- binary for the ubuntu systems to enable mi300 roofline calculations from rocm-amdgpu-bench
Note- other distros will get roofline bins to enable mi300, but need to be further tested before putting into branch.
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
* Reformatting roofline_calc.py
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
* Update Python format checker (#471)
* Add pre commit hook for Python formatting
Signed-off-by: coleramos425 <colramos@amd.com>
* Update formatting workflow to run on latest Python and add isort formatter
Signed-off-by: coleramos425 <colramos@amd.com>
* Fix caught yaml formatting issues
* Update pyproject file
* Add pre-commit hook instruction to CONTRIBUTING guide
* Remove target-version from black pyproject.toml
* Fixed formatting errors found with black and isort
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Run hook: Whitespaces, fix end of file spaces
---------
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
* Bump cryptography from 43.0.0 to 43.0.1 in /docs/sphinx (#473)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix file permission on MI300 roofline binary (#477)
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
* Removing numpy requirements of <2 (#478)
Checks are failing if version too high and no need for lower version
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Fix crash when loading web UI roofline for gfx942 (#479)
* Fix crash when loading web UI roofline for gfx942
* Fix formatting
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Make same changs for gfx940, gfx942.
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Fix formatting in soc_gfx940 and soc_gfx941.
Signed-off-by: benrichard-amd <ben.richard@amd.com>
---------
Signed-off-by: benrichard-amd <ben.richard@amd.com>
* Rebranding name change patch (#469)
* Patch in missed name change for rebranding.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Patch in missed name change for rebranding.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Move dependabot.yml to .github/ and bump rocm-docs-core (#481)
* Move dependabot.yml to .github/
* Bump rocm-docs-core to 1.8.5
* Bump rocm-docs-core to 1.9.0
* Fix packaging for upgrading (#486)
Specify that "rocprofiler-compute" replaces / obsoletes the "omniperf" package.
* Renamed extension path from omniperf to rocprofiler_compute (#487)
Signed-off-by: Tim Gu <Tim.Gu@amd.com>
* MI300 rhel and sles roofline binaries (#480)
* Roofline bins for MI300 on rhel and sles distributions
Built from rocm-amdgpu-bench, tested on respective distro systems with MI300 hardware.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Minor modifications removing hardcoded variables in roofline files.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Modify test_profile_general.py ctest to include MI300 enablement (#498)
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* part 1 to support rocprofv3 (#492)
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* Use correct GPU ID
When converting JSON -> CSV we were assigning node_id to GPU_ID. Since
the JSON contains non-GPU devices, the node_id for GPUs might not
start at 0 as expected.
This commit maps the agent ID to the appropriate GPU ID.
* Parse scratch memory per work item from JSON
* Support rocprofv3 CSV parsing
JSON decoding is very slow for large files. Include support for parsing
rocprofv3 CSV output and make that the default.
CSV/JSON can be toggled via the ROCPROF_OUTPUT_FORMAT environment
variable e.g. ROCPROF_OUTPUT_FORMAT=csv or ROCPROF_OUTPUT_FORMAT=json
* black format after merge
* format isort
* change return of rocprof_cmd to try to resolve test's error
* hack to pick last part of rocminfo's name
* debug log of hacks
* Modify test_profile_general.py ctest to include MI300 enablement. Currently failing because of explicitly excluded roofline files for the soc and autofailed asserts for roof-only tests- originally in place because roofline was not enabled on mi300 yet.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* black and isort formated
* corrected line of copyright
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Carrie Fallows <Carrie.Fallows@amd.com>
* fix for crash of timestamp of part 1 for rocprofv3 (#499)
* fix the error caused by ignoring the lack of counter csv file from rocprofv3 for timestamp
* isort and black formated
* quick fix for gfx906 roofline (#505)
* Multi node support (#503)
* [CTest] Pipeline failures for MI300 (#483)
* Propagate new chip_id logic to testing workflow
Signed-off-by: coleramos425 <colramos@amd.com>
* Add a debug line to tests
Signed-off-by: coleramos425 <colramos@amd.com>
* Trying to set rocprofv2 generally in CTest module
Signed-off-by: coleramos425 <colramos@amd.com>
* Remove temp debugging lines from CI
Signed-off-by: coleramos425 <colramos@amd.com>
* Add roofline entry for MI300 expected files in CI tests
Signed-off-by: coleramos425 <colramos@amd.com>
* Make num_devices modifier global in scope
Signed-off-by: coleramos425 <colramos@amd.com>
* Change kernel name in PyTest to confirm rocprofv2 bug
Related to https://ontrack-internal.amd.com/browse/SWDEV-503453
Signed-off-by: coleramos425 <colramos@amd.com>
---------
Signed-off-by: coleramos425 <colramos@amd.com>
* Spatial-multiplexing: part 1 profiling stage (#465)
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* debug code
* add logic code for multiplexing
* minor fix
* more fixes
* rocprofv3 support initial commit
-Can run rocprofv3 but ultimately fails. rocprofv3 says the counter capacity
is exceeded and the output CSV file format is different from v1/v2.
* Add rocprofv3 detection so v2 can still be used
It's hacky but it'll do for now.
* Add code path to convert rocprofv3 JSON output into CSV
* Grab correct value for Queue ID
* Use _sum suffix to sum TCC counters
Previously we were specifying each channel for TCC counters. rocprofv3 does
not support specifing each TCC channel, and instead will auto sum given
the TCC counter name. The counter name with the _sum suffix is also
supported and is also supported in v1 and v2. So we will use the TCC
counter name with the _sum suffix.
* Fix incorrect counter outputs when using rocprofv3
In the JSON output some counters appear multime times and must be
summed to get the correct value. These summed values match the
rocprofv3 output in CSV mode and also match the rocprofv2
output.
* Remove duplicate Correlation_ID and Wave_Size in output
* Handle json output that does not contain any dispatches
Omniperf was assuming each JSON output from rocprofv3 would always contain
dispatches. This is not the case. For example, in a multi-process
workload where one of the processes does not dispatch any kernels. A JSON
file will still be output for this process but it will not contain any dispatches.
* Code cleanup
* Update search path for rocprofv3 results
Rocprofv3 was updated to include the hostname in the path where
it outputs results.
* Handle accumulate counters
In v1/v2 rocprof uses the SQ_ACCUM_PREV_HIRES counter for the accumualte
counters. v3 does not have this. So we need to define our own counters
in counter_defs.yaml. For this we use the counter name + _ACCUM, for
example SQ_INSTR_LEVEL_SMEM_ACCUM.
To use rocprofv3 you will need to update counter_defs.yaml to include
these new counter definitions.
* count accu files as well
* Use correct GPU ID
When converting JSON -> CSV we were assigning node_id to GPU_ID. Since
the JSON contains non-GPU devices, the node_id for GPUs might not
start at 0 as expected.
This commit maps the agent ID to the appropriate GPU ID.
* fix error with csv file parse from json and merge during post-processing
* implemented parsing of csv files from v3 output for optimization
* Parse scratch memory per work item from JSON
* Support rocprofv3 CSV parsing
JSON decoding is very slow for large files. Include support for parsing
rocprofv3 CSV output and make that the default.
CSV/JSON can be toggled via the ROCPROF_OUTPUT_FORMAT environment
variable e.g. ROCPROF_OUTPUT_FORMAT=csv or ROCPROF_OUTPUT_FORMAT=json
* black format after merge
* format isort
* change return of rocprof_cmd to try to resolve test's error
* hack to pick last part of rocminfo's name
* debug log of hacks
* Modify test_profile_general.py ctest to include MI300 enablement. Currently failing because of explicitly excluded roofline files for the soc and autofailed asserts for roof-only tests- originally in place because roofline was not enabled on mi300 yet.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* black and isort formated
* formated by isort and black
* change default rocprof's output to csv
* repaired crash caused by missing csv counter file when running for timestamp
* change name to spatial-multiplexing from multiplexing
* make necessary modification for review
* set the value of spatial_multiplexing in argument defautly to None
* repair the part that blocks regular pmc files' generation
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: fei.zheng <fei.zheng@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Simple fix for gpu model value. (#508)
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Add FP64 to plot adhering to pdf name (#507)
* Replacing FP32-only plot with an FP32&FP64 combo plot. Results will likely be negligible but the plot name indicates both should be graphed.
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Remove duplicate AI plot to clean up fp32 fp64 graph
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
---------
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Add gpu series for roofline (#510)
* Add gpu_series for roofline.
* Use gpu_series in path names for roofline.
* Fix TCC on MI200 when introduce rocprofv3 (#509)
* quick fix for v2
* one more fix
* revert a bit
---------
Co-authored-by: ywang103-amd <ywang103@amd.com>
* Bump rocm-docs-core from 1.9.0 to 1.12.0 in /docs/sphinx (#511)
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.12.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.9.0...v1.12.0)
---
updated-dependencies:
- dependency-name: rocm-docs-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update sample roofline plot img (#516)
* Modify path to use gpu_model instead of gpu_series to match other workload directory path creation/search points. Affects manual testing, does not seem to affect ctests. (#513)
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
* Improve formatting when displaying rocprof command. (#476)
* Improve formatting when displaying rocprof command.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Fix python formatting.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Strip unwanted characters (rocprofv1 specific) from rocprof commands.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Strip unwanted characters (rocprofv1 specific) from rocprof commands.
Signed-off-by: xuchen-amd <xuchen@amd.com>
* Save the unmodified arguments for rocprof for debug message display.
Signed-off-by: xuchen-amd <xuchen@amd.com>
---------
Signed-off-by: xuchen-amd <xuchen@amd.com>
* quick fix for mpi_support (#518)
* Pass accumulate counters to rocprofv3 using -E option (#522)
rocprofv3 has a new -E option where extra counters can be passed (see accum_counters.yaml) instead
of defining them in counter_defs.yaml.
* Unify all file handling with pathlib (#512)
* Replace occurences of os.path functions with equivalent functions from
pathlib library
* Remove unwanted imports of os.path and os
* Add coding guidelines for using pathlib instead of os.path
* Auto sync staging and mainline on a weekly cadence (#517)
Signed-off-by: coleramos425 <colramos@amd.com>
---------
Signed-off-by: Daniel Su <danielsu@amd.com>
Signed-off-by: xuchen-amd <xuchen@amd.com>
Signed-off-by: Peter Park <peter.park@amd.com>
Signed-off-by: Carrie Fallows <carrie.fallows@amd.com>
Signed-off-by: coleramos425 <colramos@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
Signed-off-by: benrichard-amd <ben.richard@amd.com>
Signed-off-by: Tim Gu <Tim.Gu@amd.com>
Co-authored-by: Daniel Su <danielsu@amd.com>
Co-authored-by: xuchen-amd <xuchen@amd.com>
Co-authored-by: Peter Park <peter.park@amd.com>
Co-authored-by: cfallows-amd <Carrie.Fallows@amd.com>
Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Richard <143630488+benrichard-amd@users.noreply.github.com>
Co-authored-by: Tim Gu <Tim.Gu@amd.com>
Co-authored-by: ywang103-amd <ywang103@amd.com>
Co-authored-by: benrichard-amd <ben.richard@amd.com>
Co-authored-by: YANG WANG <ywang@ywang-ubuntu.amd.com>
Co-authored-by: Fei Zheng <44449748+feizheng10@users.noreply.github.com>
Co-authored-by: fei.zheng <fei.zheng@amd.com>
Co-authored-by: vedithal-amd <Vignesh.Edithal@amd.com>
[ROCm/rocprofiler-compute commit: 272e5b6e32]
1146 lines
34 KiB
XML
1146 lines
34 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
<metadata>
|
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<cc:Work>
|
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
|
<dc:date>2023-08-17T18:14:36.907658</dc:date>
|
|
<dc:format>image/svg+xml</dc:format>
|
|
<dc:creator>
|
|
<cc:Agent>
|
|
<dc:title>Matplotlib v3.7.1, https://matplotlib.org/</dc:title>
|
|
</cc:Agent>
|
|
</dc:creator>
|
|
</cc:Work>
|
|
</rdf:RDF>
|
|
</metadata>
|
|
<defs>
|
|
<style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
|
|
</defs>
|
|
<g id="figure_1">
|
|
<g id="patch_1">
|
|
<path d="M 0 345.6
|
|
L 460.8 345.6
|
|
L 460.8 0
|
|
L 0 0
|
|
z
|
|
" style="fill: #ffffff"/>
|
|
</g>
|
|
<g id="axes_1">
|
|
<g id="patch_2">
|
|
<path d="M 50.78 299.32
|
|
L 450 299.32
|
|
L 450 75.16224
|
|
L 50.78 75.16224
|
|
z
|
|
" style="fill: #ffffff"/>
|
|
</g>
|
|
<g id="matplotlib.axis_1">
|
|
<g id="xtick_1">
|
|
<g id="line2d_1">
|
|
<defs>
|
|
<path id="m52dc845b6f" d="M 0 0
|
|
L 0 3.5
|
|
" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</defs>
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="50.78" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_1">
|
|
<!-- 0.0 -->
|
|
<g transform="translate(41.238125 315.438125) scale(0.12 -0.12)">
|
|
<defs>
|
|
<path id="DejaVuSans-30" d="M 2034 4250
|
|
Q 1547 4250 1301 3770
|
|
Q 1056 3291 1056 2328
|
|
Q 1056 1369 1301 889
|
|
Q 1547 409 2034 409
|
|
Q 2525 409 2770 889
|
|
Q 3016 1369 3016 2328
|
|
Q 3016 3291 2770 3770
|
|
Q 2525 4250 2034 4250
|
|
z
|
|
M 2034 4750
|
|
Q 2819 4750 3233 4129
|
|
Q 3647 3509 3647 2328
|
|
Q 3647 1150 3233 529
|
|
Q 2819 -91 2034 -91
|
|
Q 1250 -91 836 529
|
|
Q 422 1150 422 2328
|
|
Q 422 3509 836 4129
|
|
Q 1250 4750 2034 4750
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-2e" d="M 684 794
|
|
L 1344 794
|
|
L 1344 0
|
|
L 684 0
|
|
L 684 794
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-30"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-30" x="95.410156"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_2">
|
|
<g id="line2d_2">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="98.419618" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_2">
|
|
<!-- 2.5 -->
|
|
<g transform="translate(88.877743 315.438125) scale(0.12 -0.12)">
|
|
<defs>
|
|
<path id="DejaVuSans-32" d="M 1228 531
|
|
L 3431 531
|
|
L 3431 0
|
|
L 469 0
|
|
L 469 531
|
|
Q 828 903 1448 1529
|
|
Q 2069 2156 2228 2338
|
|
Q 2531 2678 2651 2914
|
|
Q 2772 3150 2772 3378
|
|
Q 2772 3750 2511 3984
|
|
Q 2250 4219 1831 4219
|
|
Q 1534 4219 1204 4116
|
|
Q 875 4013 500 3803
|
|
L 500 4441
|
|
Q 881 4594 1212 4672
|
|
Q 1544 4750 1819 4750
|
|
Q 2544 4750 2975 4387
|
|
Q 3406 4025 3406 3419
|
|
Q 3406 3131 3298 2873
|
|
Q 3191 2616 2906 2266
|
|
Q 2828 2175 2409 1742
|
|
Q 1991 1309 1228 531
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-35" d="M 691 4666
|
|
L 3169 4666
|
|
L 3169 4134
|
|
L 1269 4134
|
|
L 1269 2991
|
|
Q 1406 3038 1543 3061
|
|
Q 1681 3084 1819 3084
|
|
Q 2600 3084 3056 2656
|
|
Q 3513 2228 3513 1497
|
|
Q 3513 744 3044 326
|
|
Q 2575 -91 1722 -91
|
|
Q 1428 -91 1123 -41
|
|
Q 819 9 494 109
|
|
L 494 744
|
|
Q 775 591 1075 516
|
|
Q 1375 441 1709 441
|
|
Q 2250 441 2565 725
|
|
Q 2881 1009 2881 1497
|
|
Q 2881 1984 2565 2268
|
|
Q 2250 2553 1709 2553
|
|
Q 1456 2553 1204 2497
|
|
Q 953 2441 691 2322
|
|
L 691 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-32"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-35" x="95.410156"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_3">
|
|
<g id="line2d_3">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="146.059236" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_3">
|
|
<!-- 5.0 -->
|
|
<g transform="translate(136.517361 315.438125) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-35"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-30" x="95.410156"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_4">
|
|
<g id="line2d_4">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="193.698854" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_4">
|
|
<!-- 7.5 -->
|
|
<g transform="translate(184.156979 315.438125) scale(0.12 -0.12)">
|
|
<defs>
|
|
<path id="DejaVuSans-37" d="M 525 4666
|
|
L 3525 4666
|
|
L 3525 4397
|
|
L 1831 0
|
|
L 1172 0
|
|
L 2766 4134
|
|
L 525 4134
|
|
L 525 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-37"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-35" x="95.410156"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_5">
|
|
<g id="line2d_5">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="241.338473" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_5">
|
|
<!-- 10.0 -->
|
|
<g transform="translate(227.979098 315.438125) scale(0.12 -0.12)">
|
|
<defs>
|
|
<path id="DejaVuSans-31" d="M 794 531
|
|
L 1825 531
|
|
L 1825 4091
|
|
L 703 3866
|
|
L 703 4441
|
|
L 1819 4666
|
|
L 2450 4666
|
|
L 2450 531
|
|
L 3481 531
|
|
L 3481 0
|
|
L 794 0
|
|
L 794 531
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="127.246094"/>
|
|
<use xlink:href="#DejaVuSans-30" x="159.033203"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_6">
|
|
<g id="line2d_6">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="288.978091" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_6">
|
|
<!-- 12.5 -->
|
|
<g transform="translate(275.618716 315.438125) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-32" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="127.246094"/>
|
|
<use xlink:href="#DejaVuSans-35" x="159.033203"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_7">
|
|
<g id="line2d_7">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="336.617709" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_7">
|
|
<!-- 15.0 -->
|
|
<g transform="translate(323.258334 315.438125) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-35" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="127.246094"/>
|
|
<use xlink:href="#DejaVuSans-30" x="159.033203"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_8">
|
|
<g id="line2d_8">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="384.257327" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_8">
|
|
<!-- 17.5 -->
|
|
<g transform="translate(370.897952 315.438125) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-37" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="127.246094"/>
|
|
<use xlink:href="#DejaVuSans-35" x="159.033203"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="xtick_9">
|
|
<g id="line2d_9">
|
|
<g>
|
|
<use xlink:href="#m52dc845b6f" x="431.896945" y="299.32" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_9">
|
|
<!-- 20.0 -->
|
|
<g transform="translate(418.53757 315.438125) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-32"/>
|
|
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
|
|
<use xlink:href="#DejaVuSans-2e" x="127.246094"/>
|
|
<use xlink:href="#DejaVuSans-30" x="159.033203"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="text_10">
|
|
<!-- Kernel Dispatch [N] -->
|
|
<g transform="translate(180.566875 332.8755) scale(0.144 -0.144)">
|
|
<defs>
|
|
<path id="DejaVuSans-4b" d="M 628 4666
|
|
L 1259 4666
|
|
L 1259 2694
|
|
L 3353 4666
|
|
L 4166 4666
|
|
L 1850 2491
|
|
L 4331 0
|
|
L 3500 0
|
|
L 1259 2247
|
|
L 1259 0
|
|
L 628 0
|
|
L 628 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-65" d="M 3597 1894
|
|
L 3597 1613
|
|
L 953 1613
|
|
Q 991 1019 1311 708
|
|
Q 1631 397 2203 397
|
|
Q 2534 397 2845 478
|
|
Q 3156 559 3463 722
|
|
L 3463 178
|
|
Q 3153 47 2828 -22
|
|
Q 2503 -91 2169 -91
|
|
Q 1331 -91 842 396
|
|
Q 353 884 353 1716
|
|
Q 353 2575 817 3079
|
|
Q 1281 3584 2069 3584
|
|
Q 2775 3584 3186 3129
|
|
Q 3597 2675 3597 1894
|
|
z
|
|
M 3022 2063
|
|
Q 3016 2534 2758 2815
|
|
Q 2500 3097 2075 3097
|
|
Q 1594 3097 1305 2825
|
|
Q 1016 2553 972 2059
|
|
L 3022 2063
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-72" d="M 2631 2963
|
|
Q 2534 3019 2420 3045
|
|
Q 2306 3072 2169 3072
|
|
Q 1681 3072 1420 2755
|
|
Q 1159 2438 1159 1844
|
|
L 1159 0
|
|
L 581 0
|
|
L 581 3500
|
|
L 1159 3500
|
|
L 1159 2956
|
|
Q 1341 3275 1631 3429
|
|
Q 1922 3584 2338 3584
|
|
Q 2397 3584 2469 3576
|
|
Q 2541 3569 2628 3553
|
|
L 2631 2963
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-6e" d="M 3513 2113
|
|
L 3513 0
|
|
L 2938 0
|
|
L 2938 2094
|
|
Q 2938 2591 2744 2837
|
|
Q 2550 3084 2163 3084
|
|
Q 1697 3084 1428 2787
|
|
Q 1159 2491 1159 1978
|
|
L 1159 0
|
|
L 581 0
|
|
L 581 3500
|
|
L 1159 3500
|
|
L 1159 2956
|
|
Q 1366 3272 1645 3428
|
|
Q 1925 3584 2291 3584
|
|
Q 2894 3584 3203 3211
|
|
Q 3513 2838 3513 2113
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-6c" d="M 603 4863
|
|
L 1178 4863
|
|
L 1178 0
|
|
L 603 0
|
|
L 603 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-20" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-44" d="M 1259 4147
|
|
L 1259 519
|
|
L 2022 519
|
|
Q 2988 519 3436 956
|
|
Q 3884 1394 3884 2338
|
|
Q 3884 3275 3436 3711
|
|
Q 2988 4147 2022 4147
|
|
L 1259 4147
|
|
z
|
|
M 628 4666
|
|
L 1925 4666
|
|
Q 3281 4666 3915 4102
|
|
Q 4550 3538 4550 2338
|
|
Q 4550 1131 3912 565
|
|
Q 3275 0 1925 0
|
|
L 628 0
|
|
L 628 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-69" d="M 603 3500
|
|
L 1178 3500
|
|
L 1178 0
|
|
L 603 0
|
|
L 603 3500
|
|
z
|
|
M 603 4863
|
|
L 1178 4863
|
|
L 1178 4134
|
|
L 603 4134
|
|
L 603 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-73" d="M 2834 3397
|
|
L 2834 2853
|
|
Q 2591 2978 2328 3040
|
|
Q 2066 3103 1784 3103
|
|
Q 1356 3103 1142 2972
|
|
Q 928 2841 928 2578
|
|
Q 928 2378 1081 2264
|
|
Q 1234 2150 1697 2047
|
|
L 1894 2003
|
|
Q 2506 1872 2764 1633
|
|
Q 3022 1394 3022 966
|
|
Q 3022 478 2636 193
|
|
Q 2250 -91 1575 -91
|
|
Q 1294 -91 989 -36
|
|
Q 684 19 347 128
|
|
L 347 722
|
|
Q 666 556 975 473
|
|
Q 1284 391 1588 391
|
|
Q 1994 391 2212 530
|
|
Q 2431 669 2431 922
|
|
Q 2431 1156 2273 1281
|
|
Q 2116 1406 1581 1522
|
|
L 1381 1569
|
|
Q 847 1681 609 1914
|
|
Q 372 2147 372 2553
|
|
Q 372 3047 722 3315
|
|
Q 1072 3584 1716 3584
|
|
Q 2034 3584 2315 3537
|
|
Q 2597 3491 2834 3397
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-70" d="M 1159 525
|
|
L 1159 -1331
|
|
L 581 -1331
|
|
L 581 3500
|
|
L 1159 3500
|
|
L 1159 2969
|
|
Q 1341 3281 1617 3432
|
|
Q 1894 3584 2278 3584
|
|
Q 2916 3584 3314 3078
|
|
Q 3713 2572 3713 1747
|
|
Q 3713 922 3314 415
|
|
Q 2916 -91 2278 -91
|
|
Q 1894 -91 1617 61
|
|
Q 1341 213 1159 525
|
|
z
|
|
M 3116 1747
|
|
Q 3116 2381 2855 2742
|
|
Q 2594 3103 2138 3103
|
|
Q 1681 3103 1420 2742
|
|
Q 1159 2381 1159 1747
|
|
Q 1159 1113 1420 752
|
|
Q 1681 391 2138 391
|
|
Q 2594 391 2855 752
|
|
Q 3116 1113 3116 1747
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-61" d="M 2194 1759
|
|
Q 1497 1759 1228 1600
|
|
Q 959 1441 959 1056
|
|
Q 959 750 1161 570
|
|
Q 1363 391 1709 391
|
|
Q 2188 391 2477 730
|
|
Q 2766 1069 2766 1631
|
|
L 2766 1759
|
|
L 2194 1759
|
|
z
|
|
M 3341 1997
|
|
L 3341 0
|
|
L 2766 0
|
|
L 2766 531
|
|
Q 2569 213 2275 61
|
|
Q 1981 -91 1556 -91
|
|
Q 1019 -91 701 211
|
|
Q 384 513 384 1019
|
|
Q 384 1609 779 1909
|
|
Q 1175 2209 1959 2209
|
|
L 2766 2209
|
|
L 2766 2266
|
|
Q 2766 2663 2505 2880
|
|
Q 2244 3097 1772 3097
|
|
Q 1472 3097 1187 3025
|
|
Q 903 2953 641 2809
|
|
L 641 3341
|
|
Q 956 3463 1253 3523
|
|
Q 1550 3584 1831 3584
|
|
Q 2591 3584 2966 3190
|
|
Q 3341 2797 3341 1997
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-74" d="M 1172 4494
|
|
L 1172 3500
|
|
L 2356 3500
|
|
L 2356 3053
|
|
L 1172 3053
|
|
L 1172 1153
|
|
Q 1172 725 1289 603
|
|
Q 1406 481 1766 481
|
|
L 2356 481
|
|
L 2356 0
|
|
L 1766 0
|
|
Q 1100 0 847 248
|
|
Q 594 497 594 1153
|
|
L 594 3053
|
|
L 172 3053
|
|
L 172 3500
|
|
L 594 3500
|
|
L 594 4494
|
|
L 1172 4494
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-63" d="M 3122 3366
|
|
L 3122 2828
|
|
Q 2878 2963 2633 3030
|
|
Q 2388 3097 2138 3097
|
|
Q 1578 3097 1268 2742
|
|
Q 959 2388 959 1747
|
|
Q 959 1106 1268 751
|
|
Q 1578 397 2138 397
|
|
Q 2388 397 2633 464
|
|
Q 2878 531 3122 666
|
|
L 3122 134
|
|
Q 2881 22 2623 -34
|
|
Q 2366 -91 2075 -91
|
|
Q 1284 -91 818 406
|
|
Q 353 903 353 1747
|
|
Q 353 2603 823 3093
|
|
Q 1294 3584 2113 3584
|
|
Q 2378 3584 2631 3529
|
|
Q 2884 3475 3122 3366
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-68" d="M 3513 2113
|
|
L 3513 0
|
|
L 2938 0
|
|
L 2938 2094
|
|
Q 2938 2591 2744 2837
|
|
Q 2550 3084 2163 3084
|
|
Q 1697 3084 1428 2787
|
|
Q 1159 2491 1159 1978
|
|
L 1159 0
|
|
L 581 0
|
|
L 581 4863
|
|
L 1159 4863
|
|
L 1159 2956
|
|
Q 1366 3272 1645 3428
|
|
Q 1925 3584 2291 3584
|
|
Q 2894 3584 3203 3211
|
|
Q 3513 2838 3513 2113
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-5b" d="M 550 4863
|
|
L 1875 4863
|
|
L 1875 4416
|
|
L 1125 4416
|
|
L 1125 -397
|
|
L 1875 -397
|
|
L 1875 -844
|
|
L 550 -844
|
|
L 550 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-4e" d="M 628 4666
|
|
L 1478 4666
|
|
L 3547 763
|
|
L 3547 4666
|
|
L 4159 4666
|
|
L 4159 0
|
|
L 3309 0
|
|
L 1241 3903
|
|
L 1241 0
|
|
L 628 0
|
|
L 628 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-5d" d="M 1947 4863
|
|
L 1947 -844
|
|
L 622 -844
|
|
L 622 -397
|
|
L 1369 -397
|
|
L 1369 4416
|
|
L 622 4416
|
|
L 622 4863
|
|
L 1947 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-4b"/>
|
|
<use xlink:href="#DejaVuSans-65" x="60.576172"/>
|
|
<use xlink:href="#DejaVuSans-72" x="122.099609"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="161.462891"/>
|
|
<use xlink:href="#DejaVuSans-65" x="224.841797"/>
|
|
<use xlink:href="#DejaVuSans-6c" x="286.365234"/>
|
|
<use xlink:href="#DejaVuSans-20" x="314.148438"/>
|
|
<use xlink:href="#DejaVuSans-44" x="345.935547"/>
|
|
<use xlink:href="#DejaVuSans-69" x="422.9375"/>
|
|
<use xlink:href="#DejaVuSans-73" x="450.720703"/>
|
|
<use xlink:href="#DejaVuSans-70" x="502.820312"/>
|
|
<use xlink:href="#DejaVuSans-61" x="566.296875"/>
|
|
<use xlink:href="#DejaVuSans-74" x="627.576172"/>
|
|
<use xlink:href="#DejaVuSans-63" x="666.785156"/>
|
|
<use xlink:href="#DejaVuSans-68" x="721.765625"/>
|
|
<use xlink:href="#DejaVuSans-20" x="785.144531"/>
|
|
<use xlink:href="#DejaVuSans-5b" x="816.931641"/>
|
|
<use xlink:href="#DejaVuSans-4e" x="855.945312"/>
|
|
<use xlink:href="#DejaVuSans-5d" x="930.75"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="matplotlib.axis_2">
|
|
<g id="ytick_1">
|
|
<g id="line2d_10">
|
|
<defs>
|
|
<path id="ma58fb85e7a" d="M 0 0
|
|
L -3.5 0
|
|
" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</defs>
|
|
<g>
|
|
<use xlink:href="#ma58fb85e7a" x="50.78" y="289.131011" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_11">
|
|
<!-- 0 -->
|
|
<g transform="translate(36.145 293.690073) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-30"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="ytick_2">
|
|
<g id="line2d_11">
|
|
<g>
|
|
<use xlink:href="#ma58fb85e7a" x="50.78" y="240.612015" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_12">
|
|
<!-- 5 -->
|
|
<g transform="translate(36.145 245.171078) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-35"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="ytick_3">
|
|
<g id="line2d_12">
|
|
<g>
|
|
<use xlink:href="#ma58fb85e7a" x="50.78" y="192.09302" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_13">
|
|
<!-- 10 -->
|
|
<g transform="translate(28.51 196.652082) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="ytick_4">
|
|
<g id="line2d_13">
|
|
<g>
|
|
<use xlink:href="#ma58fb85e7a" x="50.78" y="143.574024" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_14">
|
|
<!-- 15 -->
|
|
<g transform="translate(28.51 148.133086) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-31"/>
|
|
<use xlink:href="#DejaVuSans-35" x="63.623047"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="ytick_5">
|
|
<g id="line2d_14">
|
|
<g>
|
|
<use xlink:href="#ma58fb85e7a" x="50.78" y="95.055028" style="stroke: #000000; stroke-width: 0.8"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_15">
|
|
<!-- 20 -->
|
|
<g transform="translate(28.51 99.614091) scale(0.12 -0.12)">
|
|
<use xlink:href="#DejaVuSans-32"/>
|
|
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="text_16">
|
|
<!-- Cycles -->
|
|
<g transform="translate(21.51525 210.67037) rotate(-90) scale(0.144 -0.144)">
|
|
<defs>
|
|
<path id="DejaVuSans-43" d="M 4122 4306
|
|
L 4122 3641
|
|
Q 3803 3938 3442 4084
|
|
Q 3081 4231 2675 4231
|
|
Q 1875 4231 1450 3742
|
|
Q 1025 3253 1025 2328
|
|
Q 1025 1406 1450 917
|
|
Q 1875 428 2675 428
|
|
Q 3081 428 3442 575
|
|
Q 3803 722 4122 1019
|
|
L 4122 359
|
|
Q 3791 134 3420 21
|
|
Q 3050 -91 2638 -91
|
|
Q 1578 -91 968 557
|
|
Q 359 1206 359 2328
|
|
Q 359 3453 968 4101
|
|
Q 1578 4750 2638 4750
|
|
Q 3056 4750 3426 4639
|
|
Q 3797 4528 4122 4306
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-79" d="M 2059 -325
|
|
Q 1816 -950 1584 -1140
|
|
Q 1353 -1331 966 -1331
|
|
L 506 -1331
|
|
L 506 -850
|
|
L 844 -850
|
|
Q 1081 -850 1212 -737
|
|
Q 1344 -625 1503 -206
|
|
L 1606 56
|
|
L 191 3500
|
|
L 800 3500
|
|
L 1894 763
|
|
L 2988 3500
|
|
L 3597 3500
|
|
L 2059 -325
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-43"/>
|
|
<use xlink:href="#DejaVuSans-79" x="69.824219"/>
|
|
<use xlink:href="#DejaVuSans-63" x="129.003906"/>
|
|
<use xlink:href="#DejaVuSans-6c" x="183.984375"/>
|
|
<use xlink:href="#DejaVuSans-65" x="211.767578"/>
|
|
<use xlink:href="#DejaVuSans-73" x="273.291016"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<g id="line2d_15">
|
|
<defs>
|
|
<path id="mecd52b7ca5" d="M 0 2
|
|
C 0.530406 2 1.03916 1.789267 1.414214 1.414214
|
|
C 1.789267 1.03916 2 0.530406 2 0
|
|
C 2 -0.530406 1.789267 -1.03916 1.414214 -1.414214
|
|
C 1.03916 -1.789267 0.530406 -2 0 -2
|
|
C -0.530406 -2 -1.03916 -1.789267 -1.414214 -1.414214
|
|
C -1.789267 -1.03916 -2 -0.530406 -2 0
|
|
C -2 0.530406 -1.789267 1.03916 -1.414214 1.414214
|
|
C -1.03916 1.789267 -0.530406 2 0 2
|
|
z
|
|
" style="stroke: #440154"/>
|
|
</defs>
|
|
<g clip-path="url(#pbd5adeac22)">
|
|
<use xlink:href="#mecd52b7ca5" x="69.835847" y="289.131011" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="88.891695" y="279.427212" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="107.947542" y="269.723413" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="127.003389" y="260.019614" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="146.059236" y="250.315814" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="165.115084" y="240.612015" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="184.170931" y="230.908216" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="203.226778" y="221.204417" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="222.282625" y="211.500618" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="241.338473" y="201.796819" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="260.39432" y="192.09302" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="279.450167" y="182.38922" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="298.506014" y="172.685421" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="317.561862" y="162.981622" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="336.617709" y="153.277823" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="355.673556" y="143.574024" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="374.729403" y="133.870225" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="393.785251" y="124.166426" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="412.841098" y="114.462626" style="fill-opacity: 0; stroke: #440154"/>
|
|
<use xlink:href="#mecd52b7ca5" x="431.896945" y="104.758827" style="fill-opacity: 0; stroke: #440154"/>
|
|
</g>
|
|
</g>
|
|
<g id="line2d_16">
|
|
<defs>
|
|
<path id="me712094ef6" d="M -5.5 -0
|
|
L 5.5 5.5
|
|
L 5.5 -5.5
|
|
z
|
|
" style="stroke: #31688e; stroke-linejoin: miter"/>
|
|
</defs>
|
|
<g clip-path="url(#pbd5adeac22)">
|
|
<use xlink:href="#me712094ef6" x="69.835847" y="269.723413" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="88.891695" y="260.019614" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="107.947542" y="250.315814" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="127.003389" y="240.612015" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="146.059236" y="230.908216" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="165.115084" y="221.204417" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="184.170931" y="211.500618" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="203.226778" y="201.796819" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="222.282625" y="192.09302" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="241.338473" y="182.38922" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="260.39432" y="172.685421" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="279.450167" y="162.981622" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="298.506014" y="153.277823" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="317.561862" y="143.574024" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="336.617709" y="133.870225" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="355.673556" y="124.166426" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="374.729403" y="114.462626" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="393.785251" y="104.758827" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="412.841098" y="95.055028" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
<use xlink:href="#me712094ef6" x="431.896945" y="85.351229" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
</g>
|
|
</g>
|
|
<g id="line2d_17">
|
|
<defs>
|
|
<path id="m3997da41a5" d="M -7 7
|
|
L 7 7
|
|
L 7 -7
|
|
L -7 -7
|
|
z
|
|
" style="stroke: #35b779; stroke-linejoin: miter"/>
|
|
</defs>
|
|
<g clip-path="url(#pbd5adeac22)">
|
|
<use xlink:href="#m3997da41a5" x="69.835847" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="88.891695" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="107.947542" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="127.003389" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="146.059236" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="165.115084" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="184.170931" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="203.226778" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="222.282625" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="241.338473" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="260.39432" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="279.450167" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="298.506014" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="317.561862" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="336.617709" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="355.673556" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="374.729403" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="393.785251" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="412.841098" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
<use xlink:href="#m3997da41a5" x="431.896945" y="269.723413" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
</g>
|
|
</g>
|
|
<g id="patch_3">
|
|
<path d="M 50.78 299.32
|
|
L 50.78 75.16224
|
|
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
|
|
</g>
|
|
<g id="patch_4">
|
|
<path d="M 450 299.32
|
|
L 450 75.16224
|
|
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
|
|
</g>
|
|
<g id="patch_5">
|
|
<path d="M 50.78 299.32
|
|
L 450 299.32
|
|
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
|
|
</g>
|
|
<g id="patch_6">
|
|
<path d="M 50.78 75.16224
|
|
L 450 75.16224
|
|
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
|
|
</g>
|
|
<g id="legend_1">
|
|
<g id="patch_7">
|
|
<path d="M 52.78 70.679085
|
|
L 448 70.679085
|
|
Q 450 70.679085 450 68.679085
|
|
L 450 12.869585
|
|
Q 450 10.869585 448 10.869585
|
|
L 52.78 10.869585
|
|
Q 50.78 10.869585 50.78 12.869585
|
|
L 50.78 68.679085
|
|
Q 50.78 70.679085 52.78 70.679085
|
|
z
|
|
" style="fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-linejoin: miter"/>
|
|
</g>
|
|
<g id="line2d_18">
|
|
<g>
|
|
<use xlink:href="#mecd52b7ca5" x="64.78" y="22.311335" style="fill-opacity: 0; stroke: #440154"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_17">
|
|
<!-- Bank Conflicts -->
|
|
<g transform="translate(82.78 25.811335) scale(0.144 -0.144)">
|
|
<defs>
|
|
<path id="DejaVuSans-42" d="M 1259 2228
|
|
L 1259 519
|
|
L 2272 519
|
|
Q 2781 519 3026 730
|
|
Q 3272 941 3272 1375
|
|
Q 3272 1813 3026 2020
|
|
Q 2781 2228 2272 2228
|
|
L 1259 2228
|
|
z
|
|
M 1259 4147
|
|
L 1259 2741
|
|
L 2194 2741
|
|
Q 2656 2741 2882 2914
|
|
Q 3109 3088 3109 3444
|
|
Q 3109 3797 2882 3972
|
|
Q 2656 4147 2194 4147
|
|
L 1259 4147
|
|
z
|
|
M 628 4666
|
|
L 2241 4666
|
|
Q 2963 4666 3353 4366
|
|
Q 3744 4066 3744 3513
|
|
Q 3744 3084 3544 2831
|
|
Q 3344 2578 2956 2516
|
|
Q 3422 2416 3680 2098
|
|
Q 3938 1781 3938 1306
|
|
Q 3938 681 3513 340
|
|
Q 3088 0 2303 0
|
|
L 628 0
|
|
L 628 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-6b" d="M 581 4863
|
|
L 1159 4863
|
|
L 1159 1991
|
|
L 2875 3500
|
|
L 3609 3500
|
|
L 1753 1863
|
|
L 3688 0
|
|
L 2938 0
|
|
L 1159 1709
|
|
L 1159 0
|
|
L 581 0
|
|
L 581 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-6f" d="M 1959 3097
|
|
Q 1497 3097 1228 2736
|
|
Q 959 2375 959 1747
|
|
Q 959 1119 1226 758
|
|
Q 1494 397 1959 397
|
|
Q 2419 397 2687 759
|
|
Q 2956 1122 2956 1747
|
|
Q 2956 2369 2687 2733
|
|
Q 2419 3097 1959 3097
|
|
z
|
|
M 1959 3584
|
|
Q 2709 3584 3137 3096
|
|
Q 3566 2609 3566 1747
|
|
Q 3566 888 3137 398
|
|
Q 2709 -91 1959 -91
|
|
Q 1206 -91 779 398
|
|
Q 353 888 353 1747
|
|
Q 353 2609 779 3096
|
|
Q 1206 3584 1959 3584
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-66" d="M 2375 4863
|
|
L 2375 4384
|
|
L 1825 4384
|
|
Q 1516 4384 1395 4259
|
|
Q 1275 4134 1275 3809
|
|
L 1275 3500
|
|
L 2222 3500
|
|
L 2222 3053
|
|
L 1275 3053
|
|
L 1275 0
|
|
L 697 0
|
|
L 697 3053
|
|
L 147 3053
|
|
L 147 3500
|
|
L 697 3500
|
|
L 697 3744
|
|
Q 697 4328 969 4595
|
|
Q 1241 4863 1831 4863
|
|
L 2375 4863
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-42"/>
|
|
<use xlink:href="#DejaVuSans-61" x="68.603516"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="129.882812"/>
|
|
<use xlink:href="#DejaVuSans-6b" x="193.261719"/>
|
|
<use xlink:href="#DejaVuSans-20" x="251.171875"/>
|
|
<use xlink:href="#DejaVuSans-43" x="282.958984"/>
|
|
<use xlink:href="#DejaVuSans-6f" x="352.783203"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="413.964844"/>
|
|
<use xlink:href="#DejaVuSans-66" x="477.34375"/>
|
|
<use xlink:href="#DejaVuSans-6c" x="512.548828"/>
|
|
<use xlink:href="#DejaVuSans-69" x="540.332031"/>
|
|
<use xlink:href="#DejaVuSans-63" x="568.115234"/>
|
|
<use xlink:href="#DejaVuSans-74" x="623.095703"/>
|
|
<use xlink:href="#DejaVuSans-73" x="662.304688"/>
|
|
</g>
|
|
</g>
|
|
<g id="line2d_19">
|
|
<g>
|
|
<use xlink:href="#me712094ef6" x="64.78" y="41.247835" style="fill-opacity: 0; stroke: #31688e; stroke-linejoin: miter"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_18">
|
|
<!-- Index Accesses -->
|
|
<g transform="translate(82.78 44.747835) scale(0.144 -0.144)">
|
|
<defs>
|
|
<path id="DejaVuSans-49" d="M 628 4666
|
|
L 1259 4666
|
|
L 1259 0
|
|
L 628 0
|
|
L 628 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-64" d="M 2906 2969
|
|
L 2906 4863
|
|
L 3481 4863
|
|
L 3481 0
|
|
L 2906 0
|
|
L 2906 525
|
|
Q 2725 213 2448 61
|
|
Q 2172 -91 1784 -91
|
|
Q 1150 -91 751 415
|
|
Q 353 922 353 1747
|
|
Q 353 2572 751 3078
|
|
Q 1150 3584 1784 3584
|
|
Q 2172 3584 2448 3432
|
|
Q 2725 3281 2906 2969
|
|
z
|
|
M 947 1747
|
|
Q 947 1113 1208 752
|
|
Q 1469 391 1925 391
|
|
Q 2381 391 2643 752
|
|
Q 2906 1113 2906 1747
|
|
Q 2906 2381 2643 2742
|
|
Q 2381 3103 1925 3103
|
|
Q 1469 3103 1208 2742
|
|
Q 947 2381 947 1747
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-78" d="M 3513 3500
|
|
L 2247 1797
|
|
L 3578 0
|
|
L 2900 0
|
|
L 1881 1375
|
|
L 863 0
|
|
L 184 0
|
|
L 1544 1831
|
|
L 300 3500
|
|
L 978 3500
|
|
L 1906 2253
|
|
L 2834 3500
|
|
L 3513 3500
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
<path id="DejaVuSans-41" d="M 2188 4044
|
|
L 1331 1722
|
|
L 3047 1722
|
|
L 2188 4044
|
|
z
|
|
M 1831 4666
|
|
L 2547 4666
|
|
L 4325 0
|
|
L 3669 0
|
|
L 3244 1197
|
|
L 1141 1197
|
|
L 716 0
|
|
L 50 0
|
|
L 1831 4666
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-49"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="29.492188"/>
|
|
<use xlink:href="#DejaVuSans-64" x="92.871094"/>
|
|
<use xlink:href="#DejaVuSans-65" x="156.347656"/>
|
|
<use xlink:href="#DejaVuSans-78" x="216.121094"/>
|
|
<use xlink:href="#DejaVuSans-20" x="275.300781"/>
|
|
<use xlink:href="#DejaVuSans-41" x="307.087891"/>
|
|
<use xlink:href="#DejaVuSans-63" x="373.746094"/>
|
|
<use xlink:href="#DejaVuSans-63" x="428.726562"/>
|
|
<use xlink:href="#DejaVuSans-65" x="483.707031"/>
|
|
<use xlink:href="#DejaVuSans-73" x="545.230469"/>
|
|
<use xlink:href="#DejaVuSans-73" x="597.330078"/>
|
|
<use xlink:href="#DejaVuSans-65" x="649.429688"/>
|
|
<use xlink:href="#DejaVuSans-73" x="710.953125"/>
|
|
</g>
|
|
</g>
|
|
<g id="line2d_20">
|
|
<g>
|
|
<use xlink:href="#m3997da41a5" x="64.78" y="60.184335" style="fill-opacity: 0; stroke: #35b779; stroke-linejoin: miter"/>
|
|
</g>
|
|
</g>
|
|
<g id="text_19">
|
|
<!-- Index Accesses - Bank Conflicts -->
|
|
<g transform="translate(82.78 63.684335) scale(0.144 -0.144)">
|
|
<defs>
|
|
<path id="DejaVuSans-2d" d="M 313 2009
|
|
L 1997 2009
|
|
L 1997 1497
|
|
L 313 1497
|
|
L 313 2009
|
|
z
|
|
" transform="scale(0.015625)"/>
|
|
</defs>
|
|
<use xlink:href="#DejaVuSans-49"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="29.492188"/>
|
|
<use xlink:href="#DejaVuSans-64" x="92.871094"/>
|
|
<use xlink:href="#DejaVuSans-65" x="156.347656"/>
|
|
<use xlink:href="#DejaVuSans-78" x="216.121094"/>
|
|
<use xlink:href="#DejaVuSans-20" x="275.300781"/>
|
|
<use xlink:href="#DejaVuSans-41" x="307.087891"/>
|
|
<use xlink:href="#DejaVuSans-63" x="373.746094"/>
|
|
<use xlink:href="#DejaVuSans-63" x="428.726562"/>
|
|
<use xlink:href="#DejaVuSans-65" x="483.707031"/>
|
|
<use xlink:href="#DejaVuSans-73" x="545.230469"/>
|
|
<use xlink:href="#DejaVuSans-73" x="597.330078"/>
|
|
<use xlink:href="#DejaVuSans-65" x="649.429688"/>
|
|
<use xlink:href="#DejaVuSans-73" x="710.953125"/>
|
|
<use xlink:href="#DejaVuSans-20" x="763.052734"/>
|
|
<use xlink:href="#DejaVuSans-2d" x="794.839844"/>
|
|
<use xlink:href="#DejaVuSans-20" x="830.923828"/>
|
|
<use xlink:href="#DejaVuSans-42" x="862.710938"/>
|
|
<use xlink:href="#DejaVuSans-61" x="931.314453"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="992.59375"/>
|
|
<use xlink:href="#DejaVuSans-6b" x="1055.972656"/>
|
|
<use xlink:href="#DejaVuSans-20" x="1113.882812"/>
|
|
<use xlink:href="#DejaVuSans-43" x="1145.669922"/>
|
|
<use xlink:href="#DejaVuSans-6f" x="1215.494141"/>
|
|
<use xlink:href="#DejaVuSans-6e" x="1276.675781"/>
|
|
<use xlink:href="#DejaVuSans-66" x="1340.054688"/>
|
|
<use xlink:href="#DejaVuSans-6c" x="1375.259766"/>
|
|
<use xlink:href="#DejaVuSans-69" x="1403.042969"/>
|
|
<use xlink:href="#DejaVuSans-63" x="1430.826172"/>
|
|
<use xlink:href="#DejaVuSans-74" x="1485.806641"/>
|
|
<use xlink:href="#DejaVuSans-73" x="1525.015625"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="pbd5adeac22">
|
|
<rect x="50.78" y="75.16224" width="399.22" height="224.15776"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|