]> git.ipfire.org Git - thirdparty/bird.git/commit
Perf: Protocol to measure BIRD performance internally
authorMaria Matějka <mq@jmq.cz>
Fri, 26 Oct 2018 07:32:35 +0000 (09:32 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 18 Dec 2018 14:08:31 +0000 (15:08 +0100)
commit82b742533bdbf977ec95997fc0011a47a672bcc8
treed806c6229340325494ce757e13f149ff9e27948b
parent78131eee64aeaf14cf418d6e5bf3f17ca602afb7
Perf: Protocol to measure BIRD performance internally

This protocol is highly experimental and nobody should use it in
production. Anyway it may help you getting some insight into what eats
so much time in filter processing.
configure.ac
doc/bird.sgml
nest/proto.c
nest/protocol.h
nest/route.h
proto/perf/Doc [new file with mode: 0644]
proto/perf/Makefile [new file with mode: 0644]
proto/perf/config.Y [new file with mode: 0644]
proto/perf/parse.pl [new file with mode: 0755]
proto/perf/perf.c [new file with mode: 0644]
proto/perf/perf.h [new file with mode: 0644]