Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/lang/Makefile.am @ 9674

Last change on this file since 9674 was 9674, checked in by bensch, 18 years ago

orxonox/trunk: here is the speedup test… more or less:
20 iterations of generating and deleting 10000 objects

old version:
real 0m7.485s
user 0m7.344s
sys 0m0.012s

new version:
real 0m0.627s
user 0m0.568s
sys 0m0.032s

for that it is way more dynamic, the speedup was worth it :)

File size: 736 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[9674]4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
[9668]7noinst_LIBRARIES = libORXlang.a
[4291]8
[9668]9libORXlang_a_SOURCES = \
10                base_object.cc \
11                class_list.cc \
12                new_class_id.cc \
13                new_object_list.cc
[4291]14
[9668]15noinst_HEADERS = \
16                base_object.h \
17                class_list.h \
18                new_class_id.h \
19                new_object_list.h
[9669]20
[9670]21
22
23
[9669]24
[9674]25## THIS ALL IS JUST FOR TESTING!!
26check_PROGRAMS = test_object_list
27
[9669]28test_object_list_SOURCES = \
29                test_object_list.cc
30
31test_object_list_LDADD = \
[9674]32                $(MAINSRCDIR)/util/libORXutils.a \
33                $(libORXlibs_a_LIBRARIES_) \
34                $(MAINSRCDIR)/world_entities/libORXwe.a \
35                $(libORXlibs_a_LIBRARIES_) \
36                $(MAINSRCDIR)/util/libORXutils.a
37
38#test_object_list_LDADD = \
[9669]39                libORXlang.a
Note: See TracBrowser for help on using the repository browser.