diff options
author | Pjotr Prins | 2018-09-18 09:21:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-18 09:21:25 +0000 |
commit | ac0736cc4d4bc994ec8a0fe96a8666c277d7839e (patch) | |
tree | e0a3c80c00f248f675467a7ddbd738727e4bfe8e /INSTALL.md | |
parent | 10cc3c77d5f6d385807f019b7894d4b87820cab4 (diff) | |
download | pangemma-ac0736cc4d4bc994ec8a0fe96a8666c277d7839e.tar.gz |
Added profiling and build instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -181,6 +181,12 @@ or ## Optimizing performance +### Profiling + +The gcc version has profiling support, run with + + make PROFILING=1 + ### OpenBlas Linking against a built-from-source OpenBlas is a first optimization |