At 12:40 AM 6/28/2010, Tony Paloma wrote:
>Well I doubt Valve is calling getdents directly. Probably getting called by
>some standard function. Place a breakpoint and do a trace a few times and
>see what functio

% time     seconds  usecs/call     calls    errors syscall
------ ----------- ----------- --------- --------- ----------------
  35.41    0.014428           5      2784           getdents

It's a wrapper that is probably doing something like

#define blah(x,y,z) getdents(x,y,z) or another userland function that 
has to call it.. thundering herd problem?




_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to