0% found this document useful (0 votes)
424 views

RSM (Resource Standard Metrics)

RSM is a tool with a set of quality analysis metrics for ANSI C, ANSI C++, C# and Java on Windows and UNIX systems. It has standard metrics and an automatic code analyzer, which is essential for any large company implementing ISO9001. The RSM report generation process involves several steps: (1) loading or selecting a solution file, (2) choosing or modifying the input files, (3) naming the output report file, (4) selecting or creating a report type, and (5) executing the analysis to generate the report.

Uploaded by

Rus2592
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
424 views

RSM (Resource Standard Metrics)

RSM is a tool with a set of quality analysis metrics for ANSI C, ANSI C++, C# and Java on Windows and UNIX systems. It has standard metrics and an automatic code analyzer, which is essential for any large company implementing ISO9001. The RSM report generation process involves several steps: (1) loading or selecting a solution file, (2) choosing or modifying the input files, (3) naming the output report file, (4) selecting or creating a report type, and (5) executing the analysis to generate the report.

Uploaded by

Rus2592
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

PROIECT

FIABILITATEA SI TESTAREA SISTEMELOR DE CALCUL

RSM (Resource Standard Metrics)

RSM (Resource Standard Metrics)


RSM-ul este un tool cu un set de metrici de analiza de calitate pentru ANSI C, ANSI
C++, C# si Java, pentru sistemele Windows si UNIX. Are metrici standard si un analizor de
cod automat, este indispensabil pentru orice mare companie ce vrea sa implementeze ISO9001.
Acest proces prevede un set de pasi ce trebuie parcursi pentru a genera raportul RSM.

Pasul 1. Load or Name Solution (Incarca sau alege o solutie)


O solutie RSM este formata dintr-o lista de fisiere de intrare, un fisier de iesire si un
tip de raport. O solutie poate fi incarcata imediat si imediat executata urmand sa primiti
raportul cu metrici. Toate solutiile au extensia *.rsm, si o gasiti in directorul solutions.

Codul unei solutii RSM:


<?xml version="1.0" encoding="UTF-8"?>
<!-- RSM Solution File - Generated by the RSM Wizard -->
<Solution>
<Filename>C:\Users\petre\M2 RSM Wizard\solutions\default.rsm</Filename>
<ExecutionLine>-H
-O"C:\Users\petre\M2
RSM
Wizard\output\output.htm"
-F"C:\Users\petre\M2 RSM Wizard\input\rsm_file_list.lst"</ExecutionLine>
<AutoFlag>1</AutoFlag>
<ProcessMode>0</ProcessMode>
<Input>
<InputMode>0</InputMode>
<InputPathName></InputPathName>
<InputRecursePathFlag>0</InputRecursePathFlag>
<InputExtFilter>h,c,cpp,java,cs</InputExtFilter>
<InputExtFilterFlag>1</InputExtFilterFlag>
<InputPatFilter>.gui.cs,.ui.cpp</InputPatFilter>
<InputPatFilterFlag>0</InputPatFilterFlag>
<InputDirFilter>temp,tmp,test,SVN,CVS,SCCS</InputDirFilter>
<InputDirFilterFlag>0</InputDirFilterFlag>
<InputFileName>C:\Users\petre\M2 RSM Wizard\input\rsm_file_list.lst</InputFileName>
</Input>
3

<OutputMode>1</OutputMode>
<OutputFileName>C:\Users\petre\M2 RSM Wizard\output\output.htm</OutputFileName>
<ReportFileName>C:\Users\petre\M2 RSM Wizard\reports\report.rpt</ReportFileName>
<ReportName>Report Name Not Set</ReportName>
</Solution>

Pasul 2. Choose or Modify Files (Alege sau modifica fisiere)


In acest pas trebuie sa selectezi fisierele ce urmeaza a fi procesate de unealta RSM.
Poti adauga o cale pentru a fi parcursa de RSM sau poti adauga o lista predefinita de fisiere.
Load or Name Input File List (Incarca sau numeste o lista de fisere)
Poti incarca o lista anterioara sau poti crea una doar numind-o si salvand-o in pasul 2. Aceasta
lista este folosita de RSM ca data de intrare.

Pasul 3. Load or Name Output File (Incarca sau numeste fisierul


de iesire)
Acest pas va permite sa numiti numele raportului ce se va genera. Normal fisierul de
iesire va fi in directorul utiliaztorului curent.

Pasul 4. Select or Create Report (Selecteaza sau creeaza raport)


RSM-ul vine cu mai multe rapoarte predefinite. In acest pas doar iti alegi tipul de
raport, sau iti creezi unul.

Pasul 5: Execute (Executarea)


Trebuie sa selectezi Action, apoi Execute. Raportul va fi procesat si rulat in browser-ul
web, in editor-ul pentru fisiere CSV sau in editorul pentru fisiere TXT.

You might also like