X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=SXSIStorageInterface.h;h=a627d3eff357fca61e8cffad53e7b94d2480790e;hb=24fdea81b5506233d139bd7d72364a190bef35b8;hp=8f09a484161b9b7f44b346bd80e9794f41b2ec69;hpb=496df5f7d3e6f8271763314f2067719cc2904c71;p=SXSI%2Fxpathcomp.git diff --git a/SXSIStorageInterface.h b/SXSIStorageInterface.h index 8f09a48..a627d3e 100644 --- a/SXSIStorageInterface.h +++ b/SXSIStorageInterface.h @@ -26,9 +26,18 @@ class SXSIStorageInterface: public StorageInterface virtual void nodeFinished(string name); virtual void parsingFinished(); virtual void* returnDocument(); + virtual void printStats(); private: XMLTree* tree; + int _new_text; + int _new_empty_text; + int _new_child; + int _length_text; + int _heap_base; + int _heap_parsing; + int _heap_done; + }; #endif /*SXSISTORAGEINTERFACE_H_*/