diff options
author | Lukas Larsson <[email protected]> | 2011-02-01 19:21:35 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-01 19:21:35 +0100 |
commit | 877935818cc41f74626f9a304acf3ec493ae8542 (patch) | |
tree | 7fddc9c876a0212a78cf944d9c63eed3bd83eb51 /lib/test_server | |
parent | a3971dd8d2379fafd76bdaebc3c8b1e71b4e411a (diff) | |
download | otp-877935818cc41f74626f9a304acf3ec493ae8542.tar.gz otp-877935818cc41f74626f9a304acf3ec493ae8542.tar.bz2 otp-877935818cc41f74626f9a304acf3ec493ae8542.zip |
Split the cover ets tables into two tables, one with the clause info and one with the bump info. This will make it faster to search the tables when analyzing and exporting data.
Also made cover export more parallel in how data is collected from the different nodes and also how data is read from ets. This should make the performance of cover much better on machines with multiple CPUs.
Diffstat (limited to 'lib/test_server')
-rw-r--r-- | lib/test_server/src/test_server.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/test_server/src/test_server.erl b/lib/test_server/src/test_server.erl index 1045fa9a9b..da2e48488e 100644 --- a/lib/test_server/src/test_server.erl +++ b/lib/test_server/src/test_server.erl @@ -499,10 +499,6 @@ pmap(Fun,List) -> Res end end, Pids). - - - - unstick_all_sticky(Node) -> lists:filter( |