<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [Stats](./ember-asset-size-report.stats.md) &gt; [addModuleRow](./ember-asset-size-report.stats.addmodulerow.md)

## Stats.addModuleRow() method

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

Add a module's size information to the data set

<b>Signature:</b>

```typescript
addModuleRow(bundleName: string, fileName: string, sizes: ModuleSizes): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  bundleName | <code>string</code> | name of the bundle that this module belongs to |
|  fileName | <code>string</code> | name of this module |
|  sizes | <code>ModuleSizes</code> | size information for this bundle |

<b>Returns:</b>

`void`

