Michael Ströder wrote:
> HI!
> 
> How to profile performance of different ACLs?
> 
> In theory one could run slapd with debug symbols under control of a
> profiler for C code. But personally I don't have a clue which ACL
> processing entry points to examine more closely.

There's only one: access_allowed(). If you profile with call graphs, then
you only need to worry about call chains from that function down.

-- 
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

Reply via email to