diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-01-25 10:17:30 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-01-25 10:17:30 +0100 |
commit | 8e16234a480d5b5e24a9724c9c8871604fd80627 (patch) | |
tree | faa647793e4a766f5df2fee39e36461b6c356649 /system | |
parent | 7a6d7efda47e96679cb5bf4f443b33c9b74cadbd (diff) | |
parent | dbb0e412b5b5b67d49f9a74abcc0a37b62b1ec9a (diff) | |
download | otp-8e16234a480d5b5e24a9724c9c8871604fd80627.tar.gz otp-8e16234a480d5b5e24a9724c9c8871604fd80627.tar.bz2 otp-8e16234a480d5b5e24a9724c9c8871604fd80627.zip |
Merge branch 'egil/percept/remove-application/OTP-14163'
* egil/percept/remove-application/OTP-14163:
ssl: Remove percept from benchmark
otp: Don't mention percept in documentation
runtime_tools: Remove percept
percept: Remove application
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/efficiency_guide/processes.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/doc/efficiency_guide/processes.xml b/system/doc/efficiency_guide/processes.xml index bc9daa6666..afa4325d8e 100644 --- a/system/doc/efficiency_guide/processes.xml +++ b/system/doc/efficiency_guide/processes.xml @@ -259,10 +259,6 @@ true The estone benchmark, for example, is entirely sequential. So is the most common implementation of the "ring benchmark"; usually one process is active, while the others wait in a <c>receive</c> statement.</p> - - <p>The <seealso marker="percept:percept">percept</seealso> application - can be used to profile your application to see how much potential (or lack - thereof) it has for concurrency.</p> </section> </chapter> |