1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026922: Huge performance issue writing data to the output stream

Test case for issue CR26922

Correction of literal (char to string)
This commit is contained in:
mgn
2015-12-02 16:39:55 +03:00
committed by bugmaster
parent cc6852f3e9
commit 586db386eb
183 changed files with 3221 additions and 3181 deletions

View File

@@ -443,16 +443,16 @@ static IFSelect_ReturnStatus XSControl_tpstat(const Handle(IFSelect_SessionPilot
if (mod1 < -1) sout<<"Unknown Mode"<<endl;
if (mod1 < 0) {
sout<<"Modes available :\n"
<<"g : general c : checks (count) C (list)"<<"\n"
<<" f : fails (count) F (list)"<<"\n"
<<" n : numbers of transferred entities (on TRANSFER ROOTS)"<<"\n"
<<" s : their status (type entity-result , presence checks)"<<"\n"
<<" b : detail of binders"<<"\n"
<<" t : count per entity type r : per type/status result"<<"\n"
<<" l : count per couple type entity/result"<<"\n"
<<" L : list per couple type entity/result"<<"\n"
<<" *n *s *b *t *r *l *L : idem on ALL recorded items"<<"\n"
<<" ?n ?s ?b ?t ... : idem on abnormal items"<<"\n"
<<"g : general c : checks (count) C (list)\n"
<<" f : fails (count) F (list)\n"
<<" n : numbers of transferred entities (on TRANSFER ROOTS)\n"
<<" s : their status (type entity-result , presence checks)\n"
<<" b : detail of binders\n"
<<" t : count per entity type r : per type/status result\n"
<<" l : count per couple type entity/result\n"
<<" L : list per couple type entity/result\n"
<<" *n *s *b *t *r *l *L : idem on ALL recorded items\n"
<<" ?n ?s ?b ?t ... : idem on abnormal items\n"
<<" n select : n applied on a selection idem for s b t r l"<<endl;
if (mod1 < -1) return IFSelect_RetError;
return IFSelect_RetVoid;