Changeset 4108 for trunk/libpaths

Show
Ignore:
Timestamp:
02/25/08 03:14:58 (11 months ago)
Author:
pmoura
Message:

Added a new multi-threading example, "mtbatch", for benchmarking multi-threading performance.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4102 r4108  
    5252     assertz(logtalk_library_path(modules, examples('modules/'))), 
    5353     assertz(logtalk_library_path(msglog, examples('msglog/'))), 
     54     assertz(logtalk_library_path(mtbatch, threads('mtbatch/'))), 
    5455     assertz(logtalk_library_path(nondet, threads('nondet/'))), 
    5556     assertz(logtalk_library_path(operators, examples('operators/'))),