From 6912c3db95b4ca0d78b5c388daae262321645624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 20 Jan 2017 14:12:18 +0100 Subject: otp: Don't mention percept in documentation --- system/doc/efficiency_guide/processes.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/doc/efficiency_guide') diff --git a/system/doc/efficiency_guide/processes.xml b/system/doc/efficiency_guide/processes.xml index f2d9712f51..b9982353be 100644 --- a/system/doc/efficiency_guide/processes.xml +++ b/system/doc/efficiency_guide/processes.xml @@ -261,10 +261,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 receive statement.

- -

The percept application - can be used to profile your application to see how much potential (or lack - thereof) it has for concurrency.

-- cgit v1.2.3 From 45f9ea530c40aa771bc3549894863b981c9f8e7b Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 14 Feb 2017 11:30:58 +0200 Subject: Fixed typos in system/doc --- system/doc/efficiency_guide/bench.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc/efficiency_guide') diff --git a/system/doc/efficiency_guide/bench.erl b/system/doc/efficiency_guide/bench.erl index 1f60e858f6..a1be24b051 100644 --- a/system/doc/efficiency_guide/bench.erl +++ b/system/doc/efficiency_guide/bench.erl @@ -355,7 +355,7 @@ create_html_report(ResultList) -> {ok, OutputFile} = file:open("index.html", [write]), - %% Create the begining of the result html-file. + %% Create the beginning of the result html-file. Head = Title = "Benchmark Results", io:put_chars(OutputFile, "\n"), io:put_chars(OutputFile, "\n"), -- cgit v1.2.3